From fce090e6ab24adc16c21a5769e6cc77b553d6fe5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 11 Jul 2006 18:07:37 +0000 Subject: don't shut down network interfaces (for iscsi) --- rc.d/init.d/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index e0d269f8..ba3c3b35 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -214,7 +214,7 @@ fi # First, try kexec. If that fails, fall back to rebooting the old way. [ -n "$kexec_command" ] && $kexec_command -e >& /dev/null -HALTARGS="-i -d" +HALTARGS="-d" [ -f /poweroff -o ! -f /halt ] && HALTARGS="$HALTARGS -p" exec $command $HALTARGS -- cgit v1.2.1