From 236f3ab1cba31793b627a8f7277c430770b0962c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 22 Sep 2004 18:04:13 +0000 Subject: second start stanza is extraneous --- rc.d/rc.sysinit | 2 -- 1 file changed, 2 deletions(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 888ee02e..5e0f74e7 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -476,8 +476,6 @@ state=`awk '/ \/ / && ($3 !~ /rootfs/) { print $4 }' /proc/mounts` [ "$state" != "rw" -a "$READONLY" != "yes" ] && \ action $"Remounting root filesystem in read-write mode: " mount -n -o remount,rw / -[ -x /sbin/start_udev ] && /sbin/start_udev - # LVM2 initialization if [ -x /sbin/lvm.static ]; then if ! LC_ALL=C fgrep -q "device-mapper" /proc/devices 2>/dev/null ; then -- cgit v1.2.1