From f922408f8d40b2ac947b05f5249f80ed84c88240 Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sun, 13 Mar 2011 19:17:04 +0100 Subject: [PATCH] nfs-common.init: Add --pidfile for statd (Closes: #521084) There is no pidfile created for idmapd, but upstream's commit 7c84d47f (for 1.2.3) might be a better solution in the long run anyway. --- debian/changelog | 3 ++- debian/nfs-common.init | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e32b078..9d26c8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ nfs-utils (1:1.2.2-5) UNRELEASED; urgency=low [ Luk Claes ] * nfs-common.init, nfs-kernel-server.init: Add warning when portmap is not running (Closes: #612002) + * nfs-common.init: Add --pidfile for statd (Closes: #521084) - -- Luk Claes Sun, 13 Mar 2011 18:49:29 +0100 + -- Luk Claes Sun, 13 Mar 2011 19:09:17 +0100 nfs-utils (1:1.2.2-4) unstable; urgency=low diff --git a/debian/nfs-common.init b/debian/nfs-common.init index 32e89c8..90ac6af 100644 --- a/debian/nfs-common.init +++ b/debian/nfs-common.init @@ -147,6 +147,7 @@ case "$1" in fi start-stop-daemon --start --oknodo --quiet \ + --pidfile /var/run/rpc.statd.pid \ --exec $PREFIX/sbin/rpc.statd -- $STATDOPTS RET=$? if [ $RET != 0 ]; then -- 2.39.2