diff options
-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 |