diff options
author | kris <kris@FreeBSD.org> | 2003-02-22 01:35:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-02-22 01:35:15 +0800 |
commit | 63bdee330a45190883dd6079ba28ce7dea03419d (patch) | |
tree | 3577357dcd85099772a521d32269fae95382cf2d /security | |
parent | 28908666b4b5c0649a7be226c9920d67e62e841f (diff) | |
download | freebsd-ports-gnome-63bdee330a45190883dd6079ba28ce7dea03419d.tar.gz freebsd-ports-gnome-63bdee330a45190883dd6079ba28ce7dea03419d.tar.zst freebsd-ports-gnome-63bdee330a45190883dd6079ba28ce7dea03419d.zip |
Mark BROKEN: changes permissions on /tmp to 0700
Diffstat (limited to 'security')
-rw-r--r-- | security/logcheck/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 5c267b37a2c0..6318932f734f 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -14,6 +14,8 @@ DISTNAME= logsentry-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Auditing tool for system logs on Unix boxes +BROKEN= "Changes permissions on /tmp to mode 0700" + USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE |