diff options
author | Bill Nottingham <notting@redhat.com> | 2000-05-31 22:35:42 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-05-31 22:35:42 +0000 |
commit | f7dced18dd8570c94d1a05586d7b4e58fcd1e16a (patch) | |
tree | 4c3d80245ccb1e58a58d4cdc0b7392ef5e0c66b8 /rc.d | |
parent | a2b984406f8e02ff26d6b53bce7890dc20b676b8 (diff) | |
download | initscripts-f7dced18dd8570c94d1a05586d7b4e58fcd1e16a.tar initscripts-f7dced18dd8570c94d1a05586d7b4e58fcd1e16a.tar.gz initscripts-f7dced18dd8570c94d1a05586d7b4e58fcd1e16a.tar.bz2 initscripts-f7dced18dd8570c94d1a05586d7b4e58fcd1e16a.tar.xz initscripts-f7dced18dd8570c94d1a05586d7b4e58fcd1e16a.zip |
remove read-only root remount; it's unnecessary
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/halt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 598aa3f5..738a6532 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -84,8 +84,6 @@ do sig=-9 done -mount -n -o remount,ro / - # turn off raid if [ -x /sbin/raidstop -a -f /etc/raidtab ]; then # we can not use raidstop -a here because this will only stop |