[arch-commits] Commit in filesystem/trunk (PKGBUILD fstab)

Thomas Bächler thomas at archlinux.org
Mon Aug 24 17:01:54 UTC 2009


    Date: Monday, August 24, 2009 @ 13:01:54
  Author: thomas
Revision: 50212

Changes in fstab

Change /dev/shm to nodev,nosuid
Change "none" to "devpts" for /dev/pts and to "shm" for /dev/shm so they look nicer in mtab

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/fstab

----------+
 PKGBUILD |    2 +-
 fstab    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-24 16:50:32 UTC (rev 50211)
+++ PKGBUILD	2009-08-24 17:01:54 UTC (rev 50212)
@@ -18,7 +18,7 @@
 source=(group issue nsswitch.conf securetty host.conf ld.so.conf
         passwd shadow fstab crypttab hosts motd resolv.conf shells
         gshadow services protocols profile modprobe.d.usb-load-ehci-first)
-md5sums=('f4cf8d0a2de2658165148d5f64d81675' '1bdc5dba66947d74866a5df8ce9ef3b1'
+md5sums=('57c5cc9da249c3b06a70fd7efb8c34a5' '1bdc5dba66947d74866a5df8ce9ef3b1'
          '13753e4e0964f3652b0cc60a28528bdf' '36f442b3638c8857180c5bfbfccc4728'
          'f28150d4c0b22a017be51b9f7f9977ed' '2c24792d97ef3cf0d73b60d4c429730b'
          '8a9042a2cedf6b6b47eb8973f14289cb' '019e5c24f9befef395a28e7ef2e4e5b9'

Modified: fstab
===================================================================
--- fstab	2009-08-24 16:50:32 UTC (rev 50211)
+++ fstab	2009-08-24 17:01:54 UTC (rev 50212)
@@ -2,8 +2,8 @@
 # /etc/fstab: static file system information
 #
 # <file system>        <dir>         <type>    <options>          <dump> <pass>
-none                   /dev/pts      devpts    defaults            0      0
-none                   /dev/shm      tmpfs     defaults            0      0
+devpts                 /dev/pts      devpts    defaults            0      0
+shm                    /dev/shm      tmpfs     nodev,nosuid        0      0
 
 /dev/cdrom             /media/cd   auto    ro,user,noauto,unhide   0      0
 /dev/dvd               /media/dvd  auto    ro,user,noauto,unhide   0      0




More information about the arch-commits mailing list