aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/netfs3
-rwxr-xr-xrc.d/init.d/network3
2 files changed, 6 insertions, 0 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index 53c49089..2f327a14 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -8,6 +8,9 @@
# chkconfig: 345 25 75
# description: Mounts and unmounts all Network File System (NFS), \
# SMB (Lan Manager/Windows), and NCP (NetWare) mount points.
+### BEGIN INIT INFO
+# Provides: $local_fs $remote_fs
+### END INIT INFO
# Source networking configuration.
if [ ! -f /etc/sysconfig/network ]; then
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 0fe253e0..94183fe5 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -6,6 +6,9 @@
# description: Activates/Deactivates all network interfaces configured to \
# start at boot time.
# probe: true
+### BEGIN INIT INFO
+# Provides: $network
+### END INIT INFO
# Source function library.
. /etc/init.d/functions