diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-07 00:06:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-07 00:06:12 +0000 |
commit | 307782e9d7de7d0ba54978159726f3cd49d8f20c (patch) | |
tree | 63556c83dc6f26fb5c27450e70465e28ba18f0e9 | |
parent | fileroller 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
-rw-r--r-- | security/audit/Makefile | 2 |
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 |