diff options
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/redhat/nfs.init | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/redhat/nfs.init b/etc/redhat/nfs.init index a667619..eb95a24 100755 --- a/etc/redhat/nfs.init +++ b/etc/redhat/nfs.init @@ -36,6 +36,7 @@ RPCMOUNTDOPTS="--no-nfs-version 3" case "$1" in start) # Start daemons. + action "Starting NFS services: " /usr/sbin/exportfs -r echo -n "Starting NFS quotas: " daemon rpc.rquotad echo @@ -45,9 +46,6 @@ case "$1" in echo -n "Starting NFS daemon: " daemon rpc.nfsd $RPCNFSDCOUNT echo - # Do it the last so that all clients mounting points are - # exported. FIXME: Why? - action "Starting NFS services: " /usr/sbin/exportfs -r touch /var/lock/subsys/nfs ;; stop) |
