X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.init;h=4098d1cad8777fed393a94b760e853547578ce01;hp=b6fb962e8692b4125c475afe510cc11938e936b6;hb=refs%2Ftags%2Fdebian%2F1%251.0.7-4;hpb=4b00650283c8e87e9e0326a4bd42faae2d69f9f0 diff --git a/debian/nfs-common.init b/debian/nfs-common.init index b6fb962..4098d1c 100755 --- a/debian/nfs-common.init +++ b/debian/nfs-common.init @@ -117,25 +117,27 @@ case "$1" in then printf " gssd" start-stop-daemon --stop --oknodo --quiet \ - --name rpc.gssd --user 0 + --name rpc.gssd rm -f $GSSD_PIDFILE fi if [ "$NEED_IDMAPD" = yes ] then printf " idmapd" start-stop-daemon --stop --oknodo --quiet \ - --name rpc.idmapd --user 0 + --name rpc.idmapd rm -f $IDMAPD_PIDFILE fi if [ "$NEED_LOCKD" = yes ] then printf " lockd" start-stop-daemon --stop --oknodo --quiet \ - --name rpc.lockd --user 0 || true + --name rpc.lockd || true + else + pkill -KILL -u root -x lockd fi printf " statd" start-stop-daemon --stop --oknodo --quiet \ - --name rpc.statd --user 0 + --name rpc.statd echo "." ;;