diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-21 17:35:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-21 17:35:15 +0000 |
commit | 8a7241fefe65af2c9a60f7b7e1cf141cef6a5701 (patch) | |
tree | fb9a433beeaaa5ce98c4bb838950634801577540 | |
parent | - update to 4.2.6 (diff) |
Mark BROKEN: changes permissions on /tmp to 0700
-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 |