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.
[ 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
fi
start-stop-daemon --start --oknodo --quiet \
+ --pidfile /var/run/rpc.statd.pid \
--exec $PREFIX/sbin/rpc.statd -- $STATDOPTS
RET=$?
if [ $RET != 0 ]; then