summaryrefslogtreecommitdiff
path: root/security/audit
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-07 00:06:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-07 00:06:12 +0000
commit307782e9d7de7d0ba54978159726f3cd49d8f20c (patch)
tree63556c83dc6f26fb5c27450e70465e28ba18f0e9 /security/audit
parentfileroller has been added as a part of the upcoming GNOME 2.2 desktop. Claim (diff)
Install a group wheel directory mode 755, not 775.
Noticed by: bento
Notes
Notes: svn path=/head/; revision=67511
Diffstat (limited to 'security/audit')
-rw-r--r--security/audit/Makefile2
1 files changed, 1 insertions, 1 deletions
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