X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=etc%2Fredhat%2Fnfs.init;h=6da8e0c0f7d42d7313b130d7cd1468ddf8301856;hp=687b19904be2d57383a6c54be49daa2e39d27973;hb=502183a4a1f1a50f51b359025dfd2ae13c8af9a5;hpb=a16f7fecdb5f9ba95dd4bb8c745bb4f770510e11 diff --git a/etc/redhat/nfs.init b/etc/redhat/nfs.init index 687b199..6da8e0c 100755 --- a/etc/redhat/nfs.init +++ b/etc/redhat/nfs.init @@ -50,6 +50,7 @@ case "$1" in ;; stop) # Stop daemons. + action "Shutting down NFS services: " /usr/sbin/exportfs -au echo -n "Shutting down NFS mountd: " killproc rpc.mountd echo @@ -59,7 +60,6 @@ case "$1" in echo -n "Shutting down NFS quotas: " killproc rpc.rquotad echo - action "Shutting down NFS services: " /usr/sbin/exportfs -au rm -f /var/lock/subsys/nfs ;; status)