pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nagios-nrpe Needs perl to build config file. Add s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e817252c1c1
branches: trunk
changeset: 513370:7e817252c1c1
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri May 26 18:53:25 2006 +0000
description:
Needs perl to build config file. Add some unexec rmdirs to PLIST.
Bump PKGREVISION.
diffstat:
net/nagios-nrpe/Makefile | 4 +++-
net/nagios-nrpe/PLIST | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r a746c6e99c1f -r 7e817252c1c1 net/nagios-nrpe/Makefile
--- a/net/nagios-nrpe/Makefile Fri May 26 18:33:15 2006 +0000
+++ b/net/nagios-nrpe/Makefile Fri May 26 18:53:25 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2006/05/21 10:46:13 grant Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/26 18:53:25 wiz Exp $
#
DISTNAME= nrpe-2.5.1
PKGNAME= nagios-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/}
@@ -11,6 +12,7 @@
COMMENT= Nagios remote program execution daemon
GNU_CONFIGURE= yes
+USE_TOOLS+= perl
USE_PKGINSTALL= yes
PKG_SYSCONFSUBDIR= nagios
diff -r a746c6e99c1f -r 7e817252c1c1 net/nagios-nrpe/PLIST
--- a/net/nagios-nrpe/PLIST Fri May 26 18:33:15 2006 +0000
+++ b/net/nagios-nrpe/PLIST Fri May 26 18:53:25 2006 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2006/05/21 10:46:13 grant Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/05/26 18:53:25 wiz Exp $
sbin/nrpe
libexec/nagios/check_nrpe
share/examples/nagios/nrpe.cfg
share/examples/rc.d/nrpe
+@unexec ${RMDIR} %D/share/examples/nagios 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/libexec/nagios 2>/dev/null || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index