From d69b11e73a70c9c0ed6cd888ff4ac4eb3e877ec2 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Wed, 4 Jun 2003 00:22:45 +0000 Subject: fixed a rc.sysinit bug and moved conf.d parsing to the top of rc.conf --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 4d92070..ee8a39b 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -17,7 +17,7 @@ status "Starting DevFS Daemon" /sbin/devfsd /dev # /proc is temporarily mounted to check for LVM support - it is re-mounted # later from /etc/fstab -/bin/mount -t proc none /proc +/bin/mount -n -t proc none /proc if [ -f /proc/lvm/global -a -x /sbin/vgchange ]; then stat_busy "Scanning for LVM groups" /sbin/vgchange -a y -- cgit v1.2.3