diff options
author | Bill Nottingham <notting@redhat.com> | 2008-04-01 13:25:36 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-04-01 13:25:36 -0400 |
commit | e3a871a31826536fa3cb52b70fed1e7e4b9c6c30 (patch) | |
tree | cb17270191a1072b8949076f31b477c9ff2e8cad /rc.d/init.d | |
parent | 4e13324684839d4dfbe97ff2b7023d07ac6dc4a5 (diff) | |
download | initscripts-e3a871a31826536fa3cb52b70fed1e7e4b9c6c30.tar initscripts-e3a871a31826536fa3cb52b70fed1e7e4b9c6c30.tar.gz initscripts-e3a871a31826536fa3cb52b70fed1e7e4b9c6c30.tar.bz2 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.
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/netfs | 2 |
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 |