From e3a871a31826536fa3cb52b70fed1e7e4b9c6c30 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 1 Apr 2008 13:25:36 -0400 Subject: 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. --- rc.d/init.d/netfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1