diff options
author | Bill Nottingham <notting@redhat.com> | 2004-09-22 18:04:13 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-09-22 18:04:13 +0000 |
commit | 236f3ab1cba31793b627a8f7277c430770b0962c (patch) | |
tree | e27e0296857037529fc6aca88cbebd9658ae946c /rc.d | |
parent | b4003bde435e238109988609b683460c9ad06f8d (diff) | |
download | initscripts-236f3ab1cba31793b627a8f7277c430770b0962c.tar initscripts-236f3ab1cba31793b627a8f7277c430770b0962c.tar.gz initscripts-236f3ab1cba31793b627a8f7277c430770b0962c.tar.bz2 initscripts-236f3ab1cba31793b627a8f7277c430770b0962c.tar.xz initscripts-236f3ab1cba31793b627a8f7277c430770b0962c.zip |
second start stanza is extraneous
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 0 insertions, 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 |