From: hjl Date: Mon, 13 Mar 2000 18:43:46 +0000 (+0000) Subject: Updated. X-Git-Tag: nfs-utils-0-1-7~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=502183a4a1f1a50f51b359025dfd2ae13c8af9a5 Updated. --- 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) diff --git a/etc/redhat/nfslock.init b/etc/redhat/nfslock.init index 1442637..9e9a2c9 100755 --- a/etc/redhat/nfslock.init +++ b/etc/redhat/nfslock.init @@ -22,8 +22,8 @@ fi # Check that networking is up. [ ${NETWORKING} = "no" ] && exit 0 -[ -x /usr/sbin/rpc.lockd ] || exit 0 -[ -x /usr/sbin/rpc.statd ] || exit 0 +[ -x /sbin/rpc.lockd ] || exit 0 +[ -x /sbin/rpc.statd ] || exit 0 # See how we were called. case "$1" in