Fri Dec 27 03:06:44 2013 UTC ()
This has been using SPECIAL_PERMS since 2009 and exhibits no signs of
needing NOT_FOR_UNPRIVILEGED any more.

XXX: In fact, most of the permission settings seem bogus; and also it
XXX: shouldn't be using /var/adm.


(dholland)
diff -r1.19 -r1.20 pkgsrc/security/logcheck/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/security/logcheck/Makefile (expand / switch to unified diff)

--- pkgsrc/security/logcheck/Makefile 2012/10/23 18:16:35 1.19
+++ pkgsrc/security/logcheck/Makefile 2013/12/27 03:06:44 1.20
@@ -1,27 +1,25 @@ @@ -1,27 +1,25 @@
1# $NetBSD: Makefile,v 1.19 2012/10/23 18:16:35 asau Exp $ 1# $NetBSD: Makefile,v 1.20 2013/12/27 03:06:44 dholland Exp $
2 2
3DISTNAME= logcheck-1.1.1 3DISTNAME= logcheck-1.1.1
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sentrytools/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sentrytools/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://sourceforge.net/projects/sentrytools/ 9HOMEPAGE= http://sourceforge.net/projects/sentrytools/
10COMMENT= Auditing tool for system logs on Unix boxes 10COMMENT= Auditing tool for system logs on Unix boxes
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13NOT_FOR_UNPRIVILEGED= yes 
14 
15PKG_SYSCONFSUBDIR= logcheck 13PKG_SYSCONFSUBDIR= logcheck
16EGDIR= ${PREFIX}/share/examples/logcheck 14EGDIR= ${PREFIX}/share/examples/logcheck
17TEMPDIR= ${VARBASE}/adm/tmp 15TEMPDIR= ${VARBASE}/adm/tmp
18 16
19.for f in hacking ignore violations violations.ignore 17.for f in hacking ignore violations violations.ignore
20CONF_FILES_PERMS+= ${EGDIR}/logcheck.${f} ${PKG_SYSCONFDIR}/logcheck.${f}\ 18CONF_FILES_PERMS+= ${EGDIR}/logcheck.${f} ${PKG_SYSCONFDIR}/logcheck.${f}\
21 ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600 19 ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600
22.endfor 20.endfor
23 21
24SUBST_CLASSES+= prefix 22SUBST_CLASSES+= prefix
25SUBST_STAGE.prefix= pre-configure 23SUBST_STAGE.prefix= pre-configure
26SUBST_MESSAGE.prefix= Fixing hard-coded paths. 24SUBST_MESSAGE.prefix= Fixing hard-coded paths.
27SUBST_FILES.prefix= Makefile systems/freebsd/logcheck.sh 25SUBST_FILES.prefix= Makefile systems/freebsd/logcheck.sh