From: Luk Claes Date: Tue, 7 Jun 2011 10:25:56 +0000 (+0200) Subject: start-statd: Use bash (Closes: #621027) X-Git-Tag: debian/1%1.2.4-1~13 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=7e5a0a8a96b6b9c4180d82e362dcf7ba0642fd74 start-statd: Use bash (Closes: #621027) --- diff --git a/debian/changelog b/debian/changelog index 491b6d3..d1a7c81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 07 Jun 2011 12:13:29 +0200 + -- Luk Claes 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 index 0000000..5fb157d --- /dev/null +++ b/debian/patches/22-start-statd-Use-bash.patch @@ -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). diff --git a/debian/patches/series b/debian/patches/series index 309daef..fc52841 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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