aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorPreston Brown <pbrown@redhat.com>1998-11-12 14:50:53 +0000
committerPreston Brown <pbrown@redhat.com>1998-11-12 14:50:53 +0000
commit4006bd7cca91e3197db1149e0cc0f7598592d1cc (patch)
tree83e36feda9f629d949cfb66fa2bc9b12e7b7219e /rc.d
parent246f59248128f19c333ab44ad5398ea333a4f838 (diff)
downloadinitscripts-4006bd7cca91e3197db1149e0cc0f7598592d1cc.tar
initscripts-4006bd7cca91e3197db1149e0cc0f7598592d1cc.tar.gz
initscripts-4006bd7cca91e3197db1149e0cc0f7598592d1cc.tar.bz2
initscripts-4006bd7cca91e3197db1149e0cc0f7598592d1cc.tar.xz
initscripts-4006bd7cca91e3197db1149e0cc0f7598592d1cc.zip
halt passed the -i flag to disable network interfaces (new halt option).r3-80
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/halt3
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt
index 64f9f100..5134770b 100755
--- a/rc.d/init.d/halt
+++ b/rc.d/init.d/halt
@@ -60,5 +60,6 @@ done
# Now halt or reboot.
echo "$message"
[ -f /fastboot ] && echo "On the next boot fsck will be skipped."
-eval $command -d
+eval $command -i -d
+