]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- future is now...
authoradasi <adasi@pld-linux.org>
Mon, 16 Jun 2003 21:28:52 +0000 (21:28 +0000)
committeradasi <adasi@pld-linux.org>
Mon, 16 Jun 2003 21:28:52 +0000 (21:28 +0000)
svn-id: @1087

rc.d/rc.sysinit

index 3ff6e134c79ad7b7a468f87e91e34b6858798722..13a9cc6882440ddf9852ee3d957ff3c4c1a121a0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # /etc/rc.d/rc.sysinit - run once at boot time
-# $Id: rc.sysinit,v 1.117 2003/06/16 20:20:22 blues Exp $
+# $Id: rc.sysinit,v 1.118 2003/06/16 21:28:52 adasi Exp $
 #
 # Taken in part from Miquel van Smoorenburg's bcheckrc.
 # Changes:     Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
@@ -522,12 +522,7 @@ fi
 # mounted). Contrary to standard usage,
 # filesystems are NOT unmounted in single user mode.
 
-# Don'n mount devpts if devfs is already mounted
-if is_yes "$MOUNT_DEVFS"; then
-       run_cmd "Mounting local filesystems" mount -a -t nonfs,smbfs,ncpfs,proc,devpts
-else
-       run_cmd "Mounting local filesystems" mount -a -t nonfs,smbfs,ncpfs,proc
-fi
+run_cmd "Mounting local filesystems" mount -a -t nonfs,smbfs,ncpfs,proc,devpts
 
 # Now do some workaround - encrypted filesystems couldn't have been fsck-ed
 # before mount - that's where the password is entered.
This page took 0.037891 seconds and 4 git commands to generate.