pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/amanda-common Amanda expects the security con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36d2cf937daa
branches:  trunk
changeset: 372797:36d2cf937daa
user:      mlelstv <mlelstv%pkgsrc.org@localhost>
date:      Mon Jan 31 10:56:27 2022 +0000

description:
Amanda expects the security config file to be owned by root.

diffstat:

 sysutils/amanda-common/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 49b21bbe9051 -r 36d2cf937daa sysutils/amanda-common/Makefile
--- a/sysutils/amanda-common/Makefile   Mon Jan 31 10:39:24 2022 +0000
+++ b/sysutils/amanda-common/Makefile   Mon Jan 31 10:56:27 2022 +0000
@@ -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 @@
                        ${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