From 307782e9d7de7d0ba54978159726f3cd49d8f20c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 7 Oct 2002 00:06:12 +0000 Subject: [PATCH] Install a group wheel directory mode 755, not 775. Noticed by: bento --- security/audit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/audit/Makefile b/security/audit/Makefile index ba5262370923..dc007af19a84 100644 --- a/security/audit/Makefile +++ b/security/audit/Makefile @@ -67,7 +67,7 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/auditd.conf ${PREFIX}/etc/auditd.conf.sample .if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0775 ${DOCSDIR} + ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor