From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37AAF158083 for ; Mon, 2 Sep 2024 08:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C094E2A92; Mon, 2 Sep 2024 08:30:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 064CEE2A92 for ; Mon, 2 Sep 2024 08:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AC0D343078 for ; Mon, 2 Sep 2024 08:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78AD81F31 for ; Mon, 2 Sep 2024 08:30:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1725265759.29cee14c48811f73113b4ceb29f86025f53fda5e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/files/, net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.18.29-r1.ebuild net-dns/bind/files/named.conf-r9 net-dns/bind/files/named.conf.auth X-VCS-Directories: net-dns/bind/ net-dns/bind/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29cee14c48811f73113b4ceb29f86025f53fda5e X-VCS-Branch: master Date: Mon, 2 Sep 2024 08:30:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7f392e6-7567-4def-a84f-a227648430c8 X-Archives-Hash: 2d98721a8e401bcf3104427e44038ca5 commit: 29cee14c48811f73113b4ceb29f86025f53fda5e Author: Paul Zander gmail com> AuthorDate: Sun Sep 1 21:20:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 2 08:29:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cee14c net-dns/bind: 9.18.29-r1 properly include named.conf.auth Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> net-dns/bind/bind-9.18.29-r1.ebuild | 7 ++++--- net-dns/bind/files/{named.conf-r9 => named.conf.auth} | 0 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net-dns/bind/bind-9.18.29-r1.ebuild b/net-dns/bind/bind-9.18.29-r1.ebuild index f2f369fcaef3..79eab49c7f11 100644 --- a/net-dns/bind/bind-9.18.29-r1.ebuild +++ b/net-dns/bind/bind-9.18.29-r1.ebuild @@ -113,7 +113,8 @@ src_install() { fi insinto /etc/bind - newins "${FILESDIR}"/named.conf-r9 named.conf.auth + newins "${FILESDIR}"/named.conf-r8 named.conf + newins "${FILESDIR}"/named.conf.auth named.conf.auth newinitd "${FILESDIR}"/named.init-r15 named newconfd "${FILESDIR}"/named.confd-r8 named @@ -146,8 +147,8 @@ src_install() { keepdir /var/bind/{pri,sec,dyn} /var/log/named fowners root:named /{etc,var}/bind /var/log/named /var/bind/{sec,pri,dyn} - fowners root:named /etc/bind/{bind.keys,named.conf.auth} - fperms 0640 /etc/bind/{bind.keys,named.conf.auth} + fowners root:named /etc/bind/{bind.keys,named.conf,named.conf.auth} + fperms 0640 /etc/bind/{bind.keys,named.conf,named.conf.auth} fperms 0750 /etc/bind /var/bind/pri fperms 0770 /var/log/named /var/bind/{,sec,dyn} diff --git a/net-dns/bind/files/named.conf-r9 b/net-dns/bind/files/named.conf.auth similarity index 100% rename from net-dns/bind/files/named.conf-r9 rename to net-dns/bind/files/named.conf.auth