diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-20 07:25:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-20 07:25:39 +0000 |
commit | 8aad1ade5775969b144724f5ff273ded4b85bf3e (patch) | |
tree | 227bc2efd4fc5abf953242f223393ed99bfe10f8 /sysutils | |
parent | ecffdd53a844692120c496c58204326ead1e0aea (diff) | |
download | pkgsrc-8aad1ade5775969b144724f5ff273ded4b85bf3e.tar.gz |
/bin/sh -> @RCD_SCRIPTS_SHELL@
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/smartmontools/files/smartd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/smartmontools/files/smartd.sh b/sysutils/smartmontools/files/smartd.sh index 467be5dcefa..528afb0c1f6 100644 --- a/sysutils/smartmontools/files/smartd.sh +++ b/sysutils/smartmontools/files/smartd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: smartd.sh,v 1.2 2004/10/20 07:22:09 xtraeme Exp $ +# $NetBSD: smartd.sh,v 1.3 2004/10/20 07:25:39 xtraeme Exp $ # # PROVIDE: smartd # REQUIRE: DAEMON |