summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-07-30 07:01:32 +0000
committersbd <sbd@pkgsrc.org>2012-07-30 07:01:32 +0000
commit0f410729e7868dcdc089a42d7911ba8034698816 (patch)
tree4f0af75043e620faeb8aee6f06cd07bdbc7347eb /sysutils
parentddb93e7178146789684909752d8dc18f6260cf4e (diff)
downloadpkgsrc-0f410729e7868dcdc089a42d7911ba8034698816.tar.gz
The correct mode for amanda's directories is 0750.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile
index b1d214a1513..19a60f33384 100644
--- a/sysutils/amanda-common/Makefile
+++ b/sysutils/amanda-common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2012/07/30 07:00:50 sbd Exp $
+# $NetBSD: Makefile,v 1.53 2012/07/30 07:01:32 sbd Exp $
PKGNAME= amanda-common-${AMANDA_VERSION}
SVR4_PKGNAME= amaco
@@ -30,8 +30,8 @@ PKG_USERS= ${AMANDA_USER}:${AMANDA_GROUP}
PKG_GECOS.${AMANDA_USER}= Amanda pseudo-user
PKG_SHELL.${AMANDA_USER}= ${SH}
-OWN_DIRS_PERMS= ${AMANDA_VAR} ${AMANDA_USER} ${AMANDA_GROUP} 0700
-OWN_DIRS_PERMS+= ${AMANDA_VAR}/gnutar-lists ${AMANDA_USER} ${AMANDA_GROUP} 0700
+OWN_DIRS_PERMS= ${AMANDA_VAR} ${AMANDA_USER} ${AMANDA_GROUP} 0750
+OWN_DIRS_PERMS+= ${AMANDA_VAR}/gnutar-lists ${AMANDA_USER} ${AMANDA_GROUP} 0750
INSTALL_MAKE_FLAGS+= SETUID_GROUP=${ROOT_GROUP}