]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs-common.init: Add --pidfile for statd (Closes: #521084)
authorLuk Claes <luk@debian.org>
Sun, 13 Mar 2011 18:17:04 +0000 (19:17 +0100)
committerLuk Claes <luk@debian.org>
Sun, 13 Mar 2011 18:17:04 +0000 (19:17 +0100)
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
debian/nfs-common.init

index e32b078c097cb9730b2998bcd89cf98315460366..9d26c8be1bd8a6d5eedc318936d9ebc3abe01cb6 100644 (file)
@@ -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 <luk@debian.org>  Sun, 13 Mar 2011 18:49:29 +0100
+ -- Luk Claes <luk@debian.org>  Sun, 13 Mar 2011 19:09:17 +0100
 
 nfs-utils (1:1.2.2-4) unstable; urgency=low
 
index 32e89c8373e783cfdcd6b55f3108658ad7b53c85..90ac6af379cc48c7f7ef471ef8d571e20515df1e 100644 (file)
@@ -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