X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpatches%2F22-start-statd-Use-bash.patch;fp=debian%2Fpatches%2F22-start-statd-Use-bash.patch;h=5fb157d78f88fddb22061f7dd30ade98bbe23306;hb=7e5a0a8a96b6b9c4180d82e362dcf7ba0642fd74;hp=0000000000000000000000000000000000000000;hpb=164facb7e97dccea95bc15145707d3e3365ba972;p=nfs-utils.git 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).