diff options
author | seb <seb@pkgsrc.org> | 2007-11-26 22:14:27 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-11-26 22:14:27 +0000 |
commit | 1875a27324e65987c86ff503ec6abf79fc584232 (patch) | |
tree | d921ad194527551a2e70fa1b489f2d89efb172d9 /net/nagios-plugins | |
parent | 4af75b1299178bb0f2e1061c9c0274bce5e74006 (diff) | |
download | pkgsrc-1875a27324e65987c86ff503ec6abf79fc584232.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/Makefile | 6 |
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 |