diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-27 02:31:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-27 02:31:48 +0000 |
commit | e5393574f014308743120d9578296fbc566d5fc3 (patch) | |
tree | 3755cb7156ecb5cb36c1d5ac4a4e2ecbba531b47 /net/trickle/files | |
parent | 24cdb08135a0b149a80f1866a76819cc4c137840 (diff) | |
download | pkgsrc-e5393574f014308743120d9578296fbc566d5fc3.tar.gz |
* Add missing RCD_SCRIPTS
* Fix typo in trickled.sh (RCS_SCRIPTS_SHELL -> RCD_SCRIPTS_SHELL)
Diffstat (limited to 'net/trickle/files')
-rwxr-xr-x | net/trickle/files/trickled.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/trickle/files/trickled.sh b/net/trickle/files/trickled.sh index 890e53d2287..8d6959fda67 100755 --- a/net/trickle/files/trickled.sh +++ b/net/trickle/files/trickled.sh @@ -1,6 +1,6 @@ -#!@RCS_SCRIPTS_SHELL@ +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: trickled.sh,v 1.1.1.1 2003/09/25 14:19:42 xtraeme Exp $ +# $NetBSD: trickled.sh,v 1.2 2003/09/27 02:31:48 xtraeme Exp $ # # PROVIDE: trickled # REQUIRE: DAEMON |