summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-04-01 13:25:36 -0400
committerBill Nottingham <notting@redhat.com>2008-04-01 13:25:36 -0400
commite3a871a31826536fa3cb52b70fed1e7e4b9c6c30 (patch)
treecb17270191a1072b8949076f31b477c9ff2e8cad
parent4e13324684839d4dfbe97ff2b7023d07ac6dc4a5 (diff)
downloadinitscripts-e3a871a31826536fa3cb52b70fed1e7e4b9c6c30.tar.gz
initscripts-e3a871a31826536fa3cb52b70fed1e7e4b9c6c30.tar.xz
initscripts-e3a871a31826536fa3cb52b70fed1e7e4b9c6c30.zip
Remove $local_fs from the list of provides.
The concept of local filesystems on top of remote network filesystems is bizarre enough that it's almost certainly not necessary for 'system' things. Removing the $local_fs provide (making it implicitly provided, like $time) simplifies some of the dependency issues.
-rwxr-xr-xrc.d/init.d/netfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index cfe9264c..6769c132 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -10,7 +10,7 @@
# description: Mounts and unmounts all Network File System (NFS), \
# SMB/CIFS (Lan Manager/Windows), and NCP (NetWare) mount points.
### BEGIN INIT INFO
-# Provides: $local_fs $remote_fs
+# Provides: $remote_fs
### END INIT INFO
[ -f /etc/sysconfig/network ] || exit 0