Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6F4B91A9239 for ; Mon, 31 Jan 2022 10:56:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A40C784D3A; Mon, 31 Jan 2022 10:56:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD47184CDC for ; Mon, 31 Jan 2022 10:56:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CZbrouQK_uUz for ; Mon, 31 Jan 2022 10:56:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3984984CEF for ; Mon, 31 Jan 2022 10:56:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31572FB24; Mon, 31 Jan 2022 10:56:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643626587272120" MIME-Version: 1.0 Date: Mon, 31 Jan 2022 10:56:27 +0000 From: "Michael van Elst" Subject: CVS commit: pkgsrc/sysutils/amanda-common To: pkgsrc-changes@NetBSD.org Reply-To: mlelstv@netbsd.org X-Mailer: log_accum Message-Id: <20220131105627.31572FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643626587272120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1643626587272120 Content-Disposition: inline Content-Length: 896 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1643626587272120--