* Remove Luk Claes from uploaders (Closes: #723602)
+ [ Steve Langasek ]
+ * Migrate the rpc_pipefs mount out of /var/lib to /run, to better
+ support /var on NFS.
+
-- Ben Hutchings <ben@decadent.org.uk> Mon, 23 Sep 2013 03:59:19 +0100
nfs-utils (1:1.2.8-4) unstable; urgency=low
[General]
Verbosity = 0
-Pipefs-Directory = /var/lib/nfs/rpc_pipefs
+Pipefs-Directory = /run/rpc_pipefs
# set your own domain here, if id differs from FQDN minus hostname
# Domain = localdomain
var/lib/nfs
var/lib/nfs/sm
var/lib/nfs/sm.bak
-var/lib/nfs/rpc_pipefs
usr/share/nfs-common/conffiles
usr/share/bug/nfs-common
usr/share/bug/nfs-utils
NEED_STATD=
NEED_IDMAPD=
NEED_GSSD=
-PIPEFS_MOUNTPOINT=/var/lib/nfs/rpc_pipefs
+PIPEFS_MOUNTPOINT=/run/rpc_pipefs
RPCGSSDOPTS=
if [ -f $DEFAULTFILE ]; then
. $DEFAULTFILE
do_modprobe sunrpc
do_modprobe nfs
do_modprobe nfsd
+ mkdir -p "$PIPEFS_MOUNTPOINT"
if do_mount rpc_pipefs $PIPEFS_MOUNTPOINT
then
if [ "$NEED_IDMAPD" = yes ]
chown statd: /var/lib/nfs/sm \
/var/lib/nfs/sm.bak \
- /var/lib/nfs/rpc_pipefs \
/var/lib/nfs
if [ -f /var/lib/nfs/state ]; then
chown statd /var/lib/nfs/state
# Parsing of DEB_BUILD_OPTIONS flags.
# Note that nostrip is handled automatically by debhelper.
-CFLAGS := -g -Wall
+CFLAGS := -g -Wall -DPIPEFS_DIR=\\\"/run/rpc_pipefs\\\" \
+ -DGSSD_PIPEFS_DIR=\\\"/run/rpc_pipefs\\\"
+
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else