diff options
author | David Seifert <soap@gentoo.org> | 2021-07-31 00:55:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-31 00:55:06 +0200 |
commit | fe5d75901745b7f1ca70988a3170ef93a2b8b682 (patch) | |
tree | d5ca48a3a499c97efe5c29cac6e97b4898ee1cc6 /net-dns/bind | |
parent | dev-libs/kpathsea: consistent tmpfiles_process arguments (diff) | |
download | gentoo-fe5d75901745b7f1ca70988a3170ef93a2b8b682.tar.gz gentoo-fe5d75901745b7f1ca70988a3170ef93a2b8b682.tar.bz2 gentoo-fe5d75901745b7f1ca70988a3170ef93a2b8b682.zip |
net-dns/bind: consistent tmpfiles_process arguments
Closes: https://bugs.gentoo.org/772383
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/bind-9.16.15-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 9beac1bb8860..257ef4e4f60b 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 b7e24261c206..1dd3551c955e 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" |