Amanda expects the security config file to be owned by root.
This commit is contained in:
parent
4556013495
commit
124957c8e9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.84 2021/12/08 16:06:24 adam Exp $
|
# $NetBSD: Makefile,v 1.85 2022/01/31 10:56:27 mlelstv Exp $
|
||||||
|
|
||||||
PKGNAME= amanda-common-${AMANDA_VERSION}
|
PKGNAME= amanda-common-${AMANDA_VERSION}
|
||||||
PKGREVISION= 8
|
PKGREVISION= 8
|
||||||
|
@ -32,7 +32,7 @@ CONF_FILES_PERMS= ${PREFIX}/share/doc/amanda/example/amanda-client.conf \
|
||||||
${AMANDA_USER} ${AMANDA_GROUP} 0600
|
${AMANDA_USER} ${AMANDA_GROUP} 0600
|
||||||
CONF_FILES_PERMS= ${PREFIX}/share/doc/amanda/example/amanda-security.conf \
|
CONF_FILES_PERMS= ${PREFIX}/share/doc/amanda/example/amanda-security.conf \
|
||||||
${PKG_SYSCONFDIR}/amanda/amanda-security.conf \
|
${PKG_SYSCONFDIR}/amanda/amanda-security.conf \
|
||||||
${AMANDA_USER} ${AMANDA_GROUP} 0600
|
root ${AMANDA_GROUP} 0640
|
||||||
|
|
||||||
REQD_FILES_PERMS+= /dev/null ${AMANDA_VAR}/amandates ${AMANDA_USER} ${AMANDA_GROUP} 0640
|
REQD_FILES_PERMS+= /dev/null ${AMANDA_VAR}/amandates ${AMANDA_USER} ${AMANDA_GROUP} 0640
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue