commit:     fe5d75901745b7f1ca70988a3170ef93a2b8b682
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 22:55:06 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 22:55:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5d7590

net-dns/bind: consistent tmpfiles_process arguments

Closes: https://bugs.gentoo.org/772383
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-dns/bind/bind-9.16.15-r2.ebuild | 2 +-
 net-dns/bind/bind-9.16.18.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/bind/bind-9.16.15-r2.ebuild 
b/net-dns/bind/bind-9.16.15-r2.ebuild
index 9beac1bb886..257ef4e4f60 100644
--- a/net-dns/bind/bind-9.16.15-r2.ebuild
+++ b/net-dns/bind/bind-9.16.15-r2.ebuild
@@ -278,7 +278,7 @@ python_install() {
 }
 
 pkg_postinst() {
-       tmpfiles_process "${FILESDIR}"/named.conf
+       tmpfiles_process named.conf
 
        if [[ ! -f '/etc/bind/rndc.key' && ! -f '/etc/bind/rndc.conf' ]]; then
                einfo "Using /dev/urandom for generating rndc.key"

diff --git a/net-dns/bind/bind-9.16.18.ebuild b/net-dns/bind/bind-9.16.18.ebuild
index b7e24261c20..1dd3551c955 100644
--- a/net-dns/bind/bind-9.16.18.ebuild
+++ b/net-dns/bind/bind-9.16.18.ebuild
@@ -275,7 +275,7 @@ python_install() {
 }
 
 pkg_postinst() {
-       tmpfiles_process "${FILESDIR}"/named.conf
+       tmpfiles_process named.conf
 
        if [[ ! -f '/etc/bind/rndc.key' && ! -f '/etc/bind/rndc.conf' ]]; then
                einfo "Using /dev/urandom for generating rndc.key"

Reply via email to