From ef608d73d27c2e70bdc34f874bf758a5c9623872 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 7 Sep 1999 20:10:55 +0000 Subject: *** empty log message *** --- rc.d/rc.sysinit | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 0755d5f2..749cc592 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -377,8 +377,6 @@ if [ ! -f /fastboot ]; then fi fi - -{ # Mount all other filesystems (except for NFS and /proc, which is already # mounted). Contrary to standard usage, # filesystems are NOT unmounted in single user mode. @@ -388,7 +386,7 @@ action "Mounting local filesystems" mount -a -t nonfs,smbfs,ncpfs,proc if [ -f /.unconfigured ]; then if [ -x /usr/sbin/rootconfig ]; then /usr/sbin/rootconfig - else if [ -x /usr/bin/passwd ]; then + elif [ -x /usr/bin/passwd ]; then /usr/bin/passwd root fi if [ -x /usr/sbin/netconfig ]; then @@ -426,6 +424,7 @@ if [ -x /sbin/quotaon ]; then action "Turning on user and group quotas for local filesystems" /sbin/quotaon -a fi +{ # Clean out /etc. rm -f /etc/mtab~ /fastboot /fsckoptions /forcefsck -- cgit v1.2.1