Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/
Date: Fri, 30 Jul 2021 22:55:21
Message-Id: 1627685706.fe5d75901745b7f1ca70988a3170ef93a2b8b682.soap@gentoo
1 commit: fe5d75901745b7f1ca70988a3170ef93a2b8b682
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:55:06 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 22:55:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5d7590
7
8 net-dns/bind: consistent tmpfiles_process arguments
9
10 Closes: https://bugs.gentoo.org/772383
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-dns/bind/bind-9.16.15-r2.ebuild | 2 +-
14 net-dns/bind/bind-9.16.18.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-dns/bind/bind-9.16.15-r2.ebuild b/net-dns/bind/bind-9.16.15-r2.ebuild
18 index 9beac1bb886..257ef4e4f60 100644
19 --- a/net-dns/bind/bind-9.16.15-r2.ebuild
20 +++ b/net-dns/bind/bind-9.16.15-r2.ebuild
21 @@ -278,7 +278,7 @@ python_install() {
22 }
23
24 pkg_postinst() {
25 - tmpfiles_process "${FILESDIR}"/named.conf
26 + tmpfiles_process named.conf
27
28 if [[ ! -f '/etc/bind/rndc.key' && ! -f '/etc/bind/rndc.conf' ]]; then
29 einfo "Using /dev/urandom for generating rndc.key"
30
31 diff --git a/net-dns/bind/bind-9.16.18.ebuild b/net-dns/bind/bind-9.16.18.ebuild
32 index b7e24261c20..1dd3551c955 100644
33 --- a/net-dns/bind/bind-9.16.18.ebuild
34 +++ b/net-dns/bind/bind-9.16.18.ebuild
35 @@ -275,7 +275,7 @@ python_install() {
36 }
37
38 pkg_postinst() {
39 - tmpfiles_process "${FILESDIR}"/named.conf
40 + tmpfiles_process named.conf
41
42 if [[ ! -f '/etc/bind/rndc.key' && ! -f '/etc/bind/rndc.conf' ]]; then
43 einfo "Using /dev/urandom for generating rndc.key"