pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/apcupsd The RCD_SCRIPTS mechanism expects the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e749e52ec949
branches:  trunk
changeset: 474341:e749e52ec949
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Apr 27 20:31:08 2004 +0000

description:
The RCD_SCRIPTS mechanism expects the rc.d script to be installed to
${RCD_SCRIPTS_EXAMPLEDIR} instead of ${PREFIX}/etc/rc.d. (Okay'd by bouyer@.)

diffstat:

 sysutils/apcupsd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7cecc76b126f -r e749e52ec949 sysutils/apcupsd/Makefile
--- a/sysutils/apcupsd/Makefile Tue Apr 27 19:45:32 2004 +0000
+++ b/sysutils/apcupsd/Makefile Tue Apr 27 20:31:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/04/25 09:14:00 snj Exp $
+# $NetBSD: Makefile,v 1.28 2004/04/27 20:31:08 reed Exp $
 
 DISTNAME=              apcupsd-3.8.6
 PKGREVISION=           1
@@ -96,7 +96,7 @@
        ${INSTALL_DATA} ${WRKDIR}/apcupsd.slave.conf \
                ${PREFIX}/share/examples/apcupsd
        ${INSTALL_SCRIPT} ${WRKSRC}/distributions/netbsd/apcupsd \
-               ${PREFIX}/etc/rc.d
+               ${RCD_SCRIPTS_EXAMPLEDIR}
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/apcupsd
 .for file in ${DOCS}
        ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/apcupsd



Home | Main Index | Thread Index | Old Index