diff options
author | Bill Nottingham <notting@redhat.com> | 2002-12-14 19:51:10 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-12-14 19:51:10 +0000 |
commit | 213eb0cb95ba02f69a0d2c17f49b19ebc3ab8bb2 (patch) | |
tree | 1ca8e184c3b390bae4363431b24f721408f63866 /rc.d/init.d/netfs | |
parent | e0b40c1daab68e751fb0d6a29198fa8f6bb88e12 (diff) | |
download | initscripts-r6-47-2.tar initscripts-r6-47-2.tar.gz initscripts-r6-47-2.tar.bz2 initscripts-r6-47-2.tar.xz initscripts-r6-47-2.zip |
merge LSB support backr6-47-2
Diffstat (limited to 'rc.d/init.d/netfs')
-rwxr-xr-x | rc.d/init.d/netfs | 3 |
1 files changed, 3 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 |