diff options
author | dholland <dholland> | 2013-12-27 03:06:44 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-12-27 03:06:44 +0000 |
commit | 4096f50fa7c63fb7b4edeea8b8c1c6e10e79011f (patch) | |
tree | 8a905304ed4dab4e3a0ffb6e3933fe527feb5a98 /security | |
parent | 2fb3c230592526cc82d1b10d44d920bf6ed36432 (diff) | |
download | pkgsrc-4096f50fa7c63fb7b4edeea8b8c1c6e10e79011f.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/logcheck/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index e611d0bc306..8a58f9b7943 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/23 18:16:35 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/12/27 03:06:44 dholland Exp $ DISTNAME= logcheck-1.1.1 PKGREVISION= 1 @@ -10,8 +10,6 @@ HOMEPAGE= http://sourceforge.net/projects/sentrytools/ COMMENT= Auditing tool for system logs on Unix boxes LICENSE= gnu-gpl-v2 -NOT_FOR_UNPRIVILEGED= yes - PKG_SYSCONFSUBDIR= logcheck EGDIR= ${PREFIX}/share/examples/logcheck TEMPDIR= ${VARBASE}/adm/tmp |