pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nagios-plugins - Install PREFIX/libexec/nagios/che...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3a43776e580
branches:  trunk
changeset: 535723:f3a43776e580
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Nov 26 22:14:27 2007 +0000

description:
- Install PREFIX/libexec/nagios/check_icmp set-user-id root and executable
by NAGIOS_GROUP.
- Bump PKGREVISION to 3

diffstat:

 net/nagios-plugins/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 9a9d981ba19e -r f3a43776e580 net/nagios-plugins/Makefile
--- a/net/nagios-plugins/Makefile       Mon Nov 26 22:14:23 2007 +0000
+++ b/net/nagios-plugins/Makefile       Mon Nov 26 22:14:27 2007 +0000
@@ -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@localhost
@@ -18,6 +18,8 @@
                --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



Home | Main Index | Thread Index | Old Index