From 4006bd7cca91e3197db1149e0cc0f7598592d1cc Mon Sep 17 00:00:00 2001 From: Preston Brown Date: Thu, 12 Nov 1998 14:50:53 +0000 Subject: halt passed the -i flag to disable network interfaces (new halt option). --- rc.d/init.d/halt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rc.d') 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 + -- cgit v1.2.1