aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initscripts.spec5
-rwxr-xr-xrc.d/init.d/halt3
2 files changed, 6 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec
index aa6ec4f6..d0fc4e8a 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: inittab and /etc/rc.d scripts
Name: initscripts
-%define version 3.79
+%define version 3.80
Version: %{version}
Copyright: GPL
Group: Base
@@ -155,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
%doc sysconfig.txt
%changelog
+* Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
+- halt now passed the '-i' flag so that network interfaces disabled
+
* Tue Nov 10 1998 Michael Johnson <johnsonm@redhat.com>
- handle new linuxconf output for ipaliases
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
+