pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/logcheck This has been using SPECIAL_PERMS si...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93f73398b2ec
branches:  trunk
changeset: 627983:93f73398b2ec
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Dec 27 03:06:44 2013 +0000

description:
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:

 security/logcheck/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 97b2b96a06e7 -r 93f73398b2ec security/logcheck/Makefile
--- a/security/logcheck/Makefile        Fri Dec 27 02:21:40 2013 +0000
+++ b/security/logcheck/Makefile        Fri Dec 27 03:06:44 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index