diff options
Diffstat (limited to 'rc.d/init.d/nfsfs')
-rwxr-xr-x | rc.d/init.d/nfsfs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rc.d/init.d/nfsfs b/rc.d/init.d/nfsfs index 6da8eaa9..3377d940 100755 --- a/rc.d/init.d/nfsfs +++ b/rc.d/init.d/nfsfs @@ -6,6 +6,9 @@ # # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> # +# chkconfig: 345 15 95 +# description: Mounts and unmounts all Network File System (NFS) \ +# mount points. # Source networking configuration. if [ ! -f /etc/sysconfig/network ]; then |