diff options
author | shattered <shattered@pkgsrc.org> | 2011-10-07 22:37:02 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-10-07 22:37:02 +0000 |
commit | b9b069269204f42471ba5a28d535c17010e17755 (patch) | |
tree | 75ef48345219d9f2eae0e84eec7aba37813d0bcb /security/py-denyhosts | |
parent | 8d3de423b60a2e6bfc46fa36ccaa48aa4b1a6807 (diff) | |
download | pkgsrc-b9b069269204f42471ba5a28d535c17010e17755.tar.gz |
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'security/py-denyhosts')
-rw-r--r-- | security/py-denyhosts/files/denyhosts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-denyhosts/files/denyhosts.sh b/security/py-denyhosts/files/denyhosts.sh index 4b686c14fea..629eb438049 100644 --- a/security/py-denyhosts/files/denyhosts.sh +++ b/security/py-denyhosts/files/denyhosts.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: denyhosts.sh,v 1.1.1.1 2007/08/02 17:27:30 he Exp $ +# $NetBSD: denyhosts.sh,v 1.2 2011/10/07 22:37:06 shattered Exp $ # # PROVIDE: denyhosts # REQUIRE: DAEMON |