pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/amanda-common
Module Name: pkgsrc
Committed By: mlelstv
Date: Mon Jan 31 10:56:27 UTC 2022
Modified Files:
pkgsrc/sysutils/amanda-common: Makefile
Log Message:
Amanda expects the security config file to be owned by root.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/sysutils/amanda-common/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/amanda-common/Makefile
diff -u pkgsrc/sysutils/amanda-common/Makefile:1.84 pkgsrc/sysutils/amanda-common/Makefile:1.85
--- pkgsrc/sysutils/amanda-common/Makefile:1.84 Wed Dec 8 16:06:24 2021
+++ pkgsrc/sysutils/amanda-common/Makefile Mon Jan 31 10:56:27 2022
@@ -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}
PKGREVISION= 8
@@ -32,7 +32,7 @@ CONF_FILES_PERMS= ${PREFIX}/share/doc/am
${AMANDA_USER} ${AMANDA_GROUP} 0600
CONF_FILES_PERMS= ${PREFIX}/share/doc/amanda/example/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
Home |
Main Index |
Thread Index |
Old Index