aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initscripts.spec4
-rwxr-xr-xrc.d/init.d/network2
2 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 04249716..2dc3fb4e 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -246,6 +246,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>
+- init.d/network: don't advertise "probe: true" in the header if we don't
+ recognize "probe" as an argument
+
* Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
- handle 7.x SYSFONTACM settings in setsysfont (#84183)
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 8ead14f9..36d06a77 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -5,7 +5,7 @@
# chkconfig: 2345 10 90
# description: Activates/Deactivates all network interfaces configured to \
# start at boot time.
-# probe: true
+#
### BEGIN INIT INFO
# Provides: $network
### END INIT INFO