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 | 38f60398daba9ffd1f57c8645d1805a75a121d85 (patch) | |
tree | 227bc2efd4fc5abf953242f223393ed99bfe10f8 | |
parent | 1fc231ba19760a802c17e702b9d89c049b80f936 (diff) | |
download | pkgsrc-38f60398daba9ffd1f57c8645d1805a75a121d85.tar.gz |
/bin/sh -> @RCD_SCRIPTS_SHELL@
-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 |