X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.init;h=59fc59df6fecad7429ec9b24a762a5b72675630e;hp=eef076db947f1ca6ad1fd1aced1e140446b6561a;hb=5bf7310498337de9c05f7b6780b29a3ef5cf6bac;hpb=553caba3865667724291106d919e7c3fdf9534aa diff --git a/debian/nfs-common.init b/debian/nfs-common.init index eef076d..59fc59d 100755 --- a/debian/nfs-common.init +++ b/debian/nfs-common.init @@ -18,7 +18,6 @@ DESC="NFS common utilities" DEFAULTFILE=/etc/default/nfs-common PREFIX= NEED_LOCKD= -NEED_IDMAPD=yes if [ -f $DEFAULTFILE ]; then . $DEFAULTFILE fi @@ -48,7 +47,6 @@ esac # Exit if required binaries are missing. [ -x $PREFIX/sbin/rpc.statd ] || exit 0 [ -x $PREFIX/sbin/rpc.lockd ] || [ "$NEED_LOCKD" = no ] || exit 0 -[ -x /usr/sbin/rpc.idmapd ] || [ "$NEED_IDMAPD" = no ] || exit 0 # See how we were called. case "$1" in @@ -64,23 +62,11 @@ case "$1" in start-stop-daemon --start --quiet \ --exec $PREFIX/sbin/rpc.lockd || true fi - if [ "$NEED_IDMAPD" = yes ] - then - printf " idmapd" - start-stop-daemon --start --quiet \ - --exec /usr/sbin/rpc.idmapd - fi echo "." ;; stop) printf "Stopping $DESC:" - if [ "$NEED_IDMAPD" = yes ] - then - printf " idmapd" - start-stop-daemon --stop --oknodo --quiet \ - --name rpc.idmapd --user 0 - fi if [ "$NEED_LOCKD" = yes ] then printf " lockd"