support /var on NFS.
* Don't start the nfs-common init script from the nfs-kernel-server
maintainer script, this is entirely redundant.
+ * debian/patches/21-no-more-var-run.patch: PID files should be in
+ /run, not /var/run.
+ Closes LP: #1157171.
-- Ben Hutchings <ben@decadent.org.uk> Mon, 23 Sep 2013 03:59:19 +0100
fi
fi
start-stop-daemon --start --oknodo --quiet \
- --pidfile /var/run/rpc.statd.pid \
+ --pidfile /run/rpc.statd.pid \
--exec /sbin/rpc.statd -- $STATDOPTS
RET=$?
if [ $RET != 0 ]; then
else
if [ -d /run/sendsigs.omit.d ]; then
rm -f /run/sendsigs.omit.d/statd
- ln -s /var/run/rpc.statd.pid /run/sendsigs.omit.d/statd
+ ln -s /run/rpc.statd.pid /run/sendsigs.omit.d/statd
fi
fi
fi