+nfs-utils (1:1.0.7-16) unstable; urgency=high
+
+ * urgency=high; fixes an RC bug.
+ * If one upgraded from 1:1.0.7-13, /var/lib/nfs might never be set as owned
+ by statd. Bump the version check, so everything before this version gets
+ chowned properly. (Closes: #367009)
+ * Add more detailed explanations and links to the Debian wiki for
+ /etc/defaults/nfs-{common,kernel-server}. (Closes: #366989, #366990)
+
+ -- Steinar H. Gunderson <sesse@debian.org> Sat, 13 May 2006 16:06:08 +0200
+
nfs-utils (1:1.0.7-15) unstable; urgency=low
* /var/lib/nfs/state is not a directory; it shouldn't really be mkdir-ed
# for the NEED_ options are "yes" and "no".
# Options for rpc.statd.
-# Should rpc.statd listen on a specific port?
-# If so, set this variable to a statd argument like: "--port 1000".
+# Should rpc.statd listen on a specific port? This is especially useful
+# when you have a port-based firewall. To use a fixed port, set this
+# this variable to a statd argument like: "--port 4000 --outgoing-port 4001".
+# For more information, see rpc.statd(8) or http://wiki.debian.org/?SecuringNFS
STATDOPTS=
# Some kernels need a separate lockd daemon; most don't. Set this if you
rmdir --ignore-fail-on-non-empty /home/statd
fi
fi
- if [ "$2" = "" ] || dpkg --compare-versions "$2" lt 1:1.0.7-13; then
+ if [ "$2" = "" ] || dpkg --compare-versions "$2" lt 1:1.0.7-16; then
chown statd /var/lib/nfs/sm \
/var/lib/nfs/sm.bak \
/var/lib/nfs/rpc_pipefs \
# Runtime priority of server (see nice(1))
RPCNFSDPRIORITY=0
-# Options for rpc.mountd
+# Options for rpc.mountd.
+# If you have a port-based firewall, you might want to set up
+# a fixed port here using the --port option. For more information,
+# see rpc.mountd(8) or http://wiki.debian.org/?SecuringNFS
RPCMOUNTDOPTS=
# If you are not running NFS with RPCSEC_GSS security, and wish to