diff options
author | Bill Nottingham <notting@redhat.com> | 2008-09-30 14:39:26 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-09-30 14:39:26 -0400 |
commit | a6535c8110bd77dde6cde3d60d055ebb5a4c6699 (patch) | |
tree | 0b273d5c4263a170d7e083aaed88e36f6cf79aa1 /rc.d | |
parent | 19b2a6492231a7bd2b7c105276f10578221b7ddc (diff) | |
download | initscripts-a6535c8110bd77dde6cde3d60d055ebb5a4c6699.tar initscripts-a6535c8110bd77dde6cde3d60d055ebb5a4c6699.tar.gz initscripts-a6535c8110bd77dde6cde3d60d055ebb5a4c6699.tar.bz2 initscripts-a6535c8110bd77dde6cde3d60d055ebb5a4c6699.tar.xz initscripts-a6535c8110bd77dde6cde3d60d055ebb5a4c6699.zip |
Add some LSB description stuff. (#225900)
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/netfs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 4a568095..cd792dab 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -11,6 +11,8 @@ # SMB/CIFS (Lan Manager/Windows), and NCP (NetWare) mount points. ### BEGIN INIT INFO # Provides: $remote_fs +# Short-Description: Mount and unmount network filesystems. +# Description: Mount and unmount network filesystems. ### END INIT INFO [ -f /etc/sysconfig/network ] || exit 0 |