From 5de1b7a730964525debb9284346d6f17b2e3ac7f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Dec 2000 08:04:45 +0000 Subject: don't exclude proc when you're doing mount -a -t nonfs... --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 04243a4f..a8090c64 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -484,7 +484,7 @@ 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. -action "Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs,proc +action "Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then action "Checking filesystem quotas: " /sbin/quotacheck -v -R -a -- cgit v1.2.1