]> git.decadent.org.uk Git - nfs-utils.git/commit
start-statd: Use bash as -p is no POSIX
authorLuk Claes <luk@debian.org>
Mon, 29 Aug 2011 16:04:25 +0000 (12:04 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 29 Aug 2011 16:04:25 +0000 (12:04 -0400)
commit708f2d63ee2641f72d3a87ce65f12e83e5ad60be
tree62cadbe21be86a0e60407bf14a56a1db2a226b56
parent2850a26b17b37126f70283400c01f7ffa651b860
start-statd: Use bash as -p is no POSIX

sh -p is not guaranteed to be provided by POSIX shells. dash for
instance does not provide this, so use bash explicitly.

Signed-off-by: Luk Claes <luk@debian.org>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/statd/start-statd