pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bkpupsd avoid automatic handling of rc.d script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/171b1dbfb034
branches:  trunk
changeset: 533348:171b1dbfb034
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Sep 16 10:32:29 2007 +0000

description:
avoid automatic handling of rc.d script.

diffstat:

 sysutils/bkpupsd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a7848972c2a2 -r 171b1dbfb034 sysutils/bkpupsd/Makefile
--- a/sysutils/bkpupsd/Makefile Sun Sep 16 10:31:49 2007 +0000
+++ b/sysutils/bkpupsd/Makefile Sun Sep 16 10:32:29 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/06/16 09:36:04 taca Exp $
+# $NetBSD: Makefile,v 1.28 2007/09/16 10:32:29 obache Exp $
 #
 
 DISTNAME=      bkpupsd-2.2.1
@@ -32,6 +32,7 @@
 CONF_FILES=    ${EGDIR}/upstab ${PKG_SYSCONFDIR}/upstab
 
 RCD_SCRIPTS=   bkpupsd
+RCD_SCRIPT_SRC.bkpupsd=        # need to avoid automatic handling
 
 pre-install:
        ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}



Home | Main Index | Thread Index | Old Index