Tue Oct 14 13:27:45 2014 UTC ()
Fix permission for setuid binary


(manu)
diff -r1.2 -r1.3 pkgsrc/net/nagios-plugin-raidctl/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/net/nagios-plugin-raidctl/Makefile (expand / switch to unified diff)

--- pkgsrc/net/nagios-plugin-raidctl/Makefile 2013/01/27 09:05:10 1.2
+++ pkgsrc/net/nagios-plugin-raidctl/Makefile 2014/10/14 13:27:45 1.3
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2013/01/27 09:05:10 asau Exp $ 1# $NetBSD: Makefile,v 1.3 2014/10/14 13:27:45 manu Exp $
2# 2#
3 3
4PKGNAME= nagios-plugin-raidctl-${DISTNAME:C/.*-//} 4PKGNAME= nagios-plugin-raidctl-${DISTNAME:C/.*-//}
5DISTNAME= check_raidctl-0.1 5DISTNAME= check_raidctl-0.1
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ 7MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
8EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
9 9
10MAINTAINER= manu@NetBSD.org 10MAINTAINER= manu@NetBSD.org
11HOMEPAGE= http://ftp.espci.fr/pub/nagios-local/ 11HOMEPAGE= http://ftp.espci.fr/pub/nagios-local/
12COMMENT= RAIDframe monitoring plugin for Nagios 12COMMENT= RAIDframe monitoring plugin for Nagios
13LICENSE= modified-bsd 13LICENSE= modified-bsd
14 14
15INSTALLATION_DIRS+= libexec/nagios 15INSTALLATION_DIRS+= libexec/nagios
16 16
17SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_raidctl \ 17SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_raidctl \
18 ${REAL_ROOT_USER} ${NAGIOS_GROUP} 4551 18 ${REAL_ROOT_USER} ${NAGIOS_GROUP} 4554
19BUILD_DEFS+= ${NAGIOS_GROUP} 19BUILD_DEFS+= ${NAGIOS_GROUP}
20 20
21do-install: 21do-install:
22 ${INSTALL_PROGRAM} ${WRKSRC}/check_raidctl \ 22 ${INSTALL_PROGRAM} ${WRKSRC}/check_raidctl \
23 ${DESTDIR}${PREFIX}/libexec/nagios/ 23 ${DESTDIR}${PREFIX}/libexec/nagios/
24 24
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"