pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/trickle * Add missing RCD_SCRIPTS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67cbc7f7795e
branches:  trunk
changeset: 462148:67cbc7f7795e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Sep 27 02:31:48 2003 +0000

description:
* Add missing RCD_SCRIPTS
* Fix typo in trickled.sh (RCS_SCRIPTS_SHELL -> RCD_SCRIPTS_SHELL)

diffstat:

 net/trickle/Makefile          |  4 +++-
 net/trickle/files/trickled.sh |  4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 378d1a2450fa -r 67cbc7f7795e net/trickle/Makefile
--- a/net/trickle/Makefile      Sat Sep 27 02:29:18 2003 +0000
+++ b/net/trickle/Makefile      Sat Sep 27 02:31:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 14:19:41 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/27 02:31:48 xtraeme Exp $
 #
 
 DISTNAME=      trickle-1.06
@@ -21,6 +21,8 @@
 EGDIR=         ${PREFIX}/share/examples/trickle
 CONF_FILES=    ${EGDIR}/trickled.conf ${PKG_SYSCONFDIR}/trickled.conf
 
+RCD_SCRIPTS=   trickled
+
 pre-install:
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${EGDIR}
diff -r 378d1a2450fa -r 67cbc7f7795e net/trickle/files/trickled.sh
--- a/net/trickle/files/trickled.sh     Sat Sep 27 02:29:18 2003 +0000
+++ b/net/trickle/files/trickled.sh     Sat Sep 27 02:31:48 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index