summaryrefslogtreecommitdiff
path: root/net/nagios-plugins
diff options
context:
space:
mode:
authorseb <seb>2007-11-26 22:14:27 +0000
committerseb <seb>2007-11-26 22:14:27 +0000
commit67ec2b100939cddb8abf8fd816684e3d6bc78137 (patch)
treed921ad194527551a2e70fa1b489f2d89efb172d9 /net/nagios-plugins
parent5ddea89dd5ed8034aaf61be75fffe84a69f46a7b (diff)
downloadpkgsrc-67ec2b100939cddb8abf8fd816684e3d6bc78137.tar.gz
- Install PREFIX/libexec/nagios/check_icmp set-user-id root and executable
by NAGIOS_GROUP. - Bump PKGREVISION to 3
Diffstat (limited to 'net/nagios-plugins')
-rw-r--r--net/nagios-plugins/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile
index ccfd7d6479a..0294a3c66c6 100644
--- a/net/nagios-plugins/Makefile
+++ b/net/nagios-plugins/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2007/03/30 05:52:37 grant Exp $
+# $NetBSD: Makefile,v 1.10 2007/11/26 22:14:27 seb Exp $
#
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --without-pgsql --without-mysql \
--without-smbclient-command --without-snmpget-command \
--without-snmpgetnext-command --without-fping-command
+SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_icmp ${REAL_ROOT_USER} ${NAGIOS_GROUP} 4550
+
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc"
.endif