-nfs-utils (1:1.2.3-3) UNRELEASED; urgency=low
+nfs-utils (1:1.2.3-3) unstable; urgency=medium
[ Luk Claes ]
* Remove build dependency on librpcsecgss-dev as it's superseeded by
* Exclude state files from dh_md5sum
* Use rpcinfo instead of /dev/tcp redirection
* Fix CVE-2011-1749: Anticipate RLIMIT_FSIZE (Closes: #629420)
+ * start-statd: Use bash (Closes: #621027)
[ Ben Hutchings ]
* statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard
* exports.man: Fix syntax errors
* nfs.man: Fix syntax errors and improve tabulation
- -- Luk Claes <luk@debian.org> Tue, 07 Jun 2011 12:13:29 +0200
+ -- Luk Claes <luk@debian.org> Tue, 07 Jun 2011 12:24:08 +0200
nfs-utils (1:1.2.3-2) unstable; urgency=low
--- /dev/null
+Index: nfs-utils/utils/statd/start-statd
+===================================================================
+--- nfs-utils.orig/utils/statd/start-statd 2011-06-07 12:23:35.000000000 +0200
++++ nfs-utils/utils/statd/start-statd 2011-06-07 12:23:40.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/sh -p
++#!/bin/bash -p
+ # nfsmount calls this script when mounting a filesystem with locking
+ # enabled, but when statd does not seem to be running (based on
+ # /var/run/rpc.statd.pid).
19-exports.man-Fix-comment-syntax.patch
20-nfs.man-Fix-fstab-example.patch
21-anticipate-RLIMIT_FSIZE.patch
+22-start-statd-Use-bash.patch