]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
start-statd: Use bash (Closes: #621027)
authorLuk Claes <luk@debian.org>
Tue, 7 Jun 2011 10:25:56 +0000 (12:25 +0200)
committerLuk Claes <luk@debian.org>
Tue, 7 Jun 2011 10:25:56 +0000 (12:25 +0200)
debian/changelog
debian/patches/22-start-statd-Use-bash.patch [new file with mode: 0644]
debian/patches/series

index 491b6d37cfa557aaf009a6d1780278706d530ca3..d1a7c8166a933ef828bec5e226f25c848a7be0e7 100644 (file)
@@ -1,4 +1,4 @@
-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
@@ -7,6 +7,7 @@ nfs-utils (1:1.2.3-3) UNRELEASED; urgency=low
   * 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
@@ -14,7 +15,7 @@ nfs-utils (1:1.2.3-3) UNRELEASED; urgency=low
   * 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
 
diff --git a/debian/patches/22-start-statd-Use-bash.patch b/debian/patches/22-start-statd-Use-bash.patch
new file mode 100644 (file)
index 0000000..5fb157d
--- /dev/null
@@ -0,0 +1,10 @@
+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).
index 309daef152bf0f5b185bdc7d794a0871e687d82f..fc52841765492b88dfda70f775f21d6a96923836 100644 (file)
@@ -10,3 +10,4 @@
 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