]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Updated.
authorhjl <hjl>
Mon, 13 Mar 2000 18:43:46 +0000 (18:43 +0000)
committerhjl <hjl>
Mon, 13 Mar 2000 18:43:46 +0000 (18:43 +0000)
etc/redhat/nfs.init
etc/redhat/nfslock.init

index 687b19904be2d57383a6c54be49daa2e39d27973..6da8e0c0f7d42d7313b130d7cd1468ddf8301856 100755 (executable)
@@ -50,6 +50,7 @@ case "$1" in
        ;;
   stop)
        # Stop daemons.
        ;;
   stop)
        # Stop daemons.
+       action "Shutting down NFS services: " /usr/sbin/exportfs -au
        echo -n "Shutting down NFS mountd: "
        killproc rpc.mountd
        echo
        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
        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)
        rm -f /var/lock/subsys/nfs
        ;;
   status)
index 1442637816a34ece25f596b3f9e51b943168ec99..9e9a2c914d15bf9fcca53e1cef6bd1be9d8cfd1d 100755 (executable)
@@ -22,8 +22,8 @@ fi
 # Check that networking is up.
 [ ${NETWORKING} = "no" ] && exit 0
 
 # 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
 
 # See how we were called.
 case "$1" in