mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-dns/bind: backport config fix
Backport 4a40ba1f34 as it affects 9.18.x too,
it seems.
Closes: https://bugs.gentoo.org/956804
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -125,7 +125,7 @@ src_install() {
|
||||
fi
|
||||
|
||||
insinto /etc/bind
|
||||
newins "${FILESDIR}"/named.conf-r8 named.conf
|
||||
newins "${FILESDIR}"/named.conf-r9 named.conf
|
||||
newins "${FILESDIR}"/named.conf.auth named.conf.auth
|
||||
|
||||
newinitd "${FILESDIR}"/named.init-r15 named
|
||||
@@ -129,7 +129,7 @@ src_install() {
|
||||
fi
|
||||
|
||||
insinto /etc/bind
|
||||
newins "${FILESDIR}"/named.conf-r8 named.conf
|
||||
newins "${FILESDIR}"/named.conf-r9 named.conf
|
||||
newins "${FILESDIR}"/named.conf.auth named.conf.auth
|
||||
|
||||
newinitd "${FILESDIR}"/named.init-r15 named
|
||||
@@ -132,7 +132,7 @@ src_install() {
|
||||
fi
|
||||
|
||||
insinto /etc/bind
|
||||
newins "${FILESDIR}"/named.conf-r8 named.conf
|
||||
newins "${FILESDIR}"/named.conf-r9 named.conf
|
||||
newins "${FILESDIR}"/named.conf.auth named.conf.auth
|
||||
|
||||
newinitd "${FILESDIR}"/named.init-r15 named
|
||||
Reference in New Issue
Block a user