diff options
author | kris <kris@FreeBSD.org> | 2002-10-07 00:06:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-07 00:06:12 +0000 |
commit | f51aba46e4bd33f75a5254230e0aed114a717f22 (patch) | |
tree | f19fd35479210fd29c53812b8597a28d84237685 /security/audit | |
parent | fc15c1d20c94fc53817cabc26b6012923282c95f (diff) | |
download | FreeBSD-ports-f51aba46e4bd33f75a5254230e0aed114a717f22.zip FreeBSD-ports-f51aba46e4bd33f75a5254230e0aed114a717f22.tar.gz |
Install a group wheel directory mode 755, not 775.
Noticed by: bento
Diffstat (limited to 'security/audit')
-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 ba52623..dc007af 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 |