diff options
author | tnn <tnn@pkgsrc.org> | 2009-10-29 20:36:10 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-10-29 20:36:10 +0000 |
commit | df8211474180eab979388a388460a1dc1386699e (patch) | |
tree | d6f2ba057be82724ed0192693cfb91c745a29100 /security/logcheck | |
parent | 6b46764c893177b3f8cd66da9e54aee2e8db4c57 (diff) | |
download | pkgsrc-df8211474180eab979388a388460a1dc1386699e.tar.gz |
mark as not for unprivileged mode
Diffstat (limited to 'security/logcheck')
-rw-r--r-- | security/logcheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index bb0de9ef3c6..419ed8929e9 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/06/16 09:20:32 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2009/10/29 20:36:10 tnn Exp $ DISTNAME= logcheck-1.1.1 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/sentrytools/ COMMENT= Auditing tool for system logs on Unix boxes - +NOT_FOR_UNPRIVILEGED= yes OWN_DIRS= /var/adm/tmp /var/adm PKG_SYSCONFSUBDIR= logcheck |