aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2003-03-17 20:29:24 +0000
committerNalin Dahyabhai <nalin@redhat.com>2003-03-17 20:29:24 +0000
commit8441d91e1b24950c556cdabeb90e1bff18d46e5a (patch)
tree3d49d697ff82fe012ea691e1d8c5477dc9c0a630 /rc.d
parenteb907b6e9b0a335cd994e6f7f82d4b9779261835 (diff)
downloadinitscripts-8441d91e1b24950c556cdabeb90e1bff18d46e5a.tar
initscripts-8441d91e1b24950c556cdabeb90e1bff18d46e5a.tar.gz
initscripts-8441d91e1b24950c556cdabeb90e1bff18d46e5a.tar.bz2
initscripts-8441d91e1b24950c556cdabeb90e1bff18d46e5a.tar.xz
initscripts-8441d91e1b24950c556cdabeb90e1bff18d46e5a.zip
- init.d/network: don't advertise "probe: true" in the header if we don't
recognize "probe" as an argument
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/network2
1 files changed, 1 insertions, 1 deletions
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