commit:     9656ded4fd55027d21b835cc5edef2d086fa0d13
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 11:26:05 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 11:41:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9656ded4

net-dns/pdns: Fix path in permission fix

Package-Manager: portage-2.2.28

 net-dns/pdns/pdns-3.4.7.ebuild | 6 +++---
 net-dns/pdns/pdns-3.4.8.ebuild | 6 +++---
 net-dns/pdns/pdns-3.4.9.ebuild | 6 +++---
 net-dns/pdns/pdns-4.0.0.ebuild | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-dns/pdns/pdns-3.4.7.ebuild b/net-dns/pdns/pdns-3.4.7.ebuild
index 829a260..cdd69f3 100644
--- a/net-dns/pdns/pdns-3.4.7.ebuild
+++ b/net-dns/pdns/pdns-3.4.7.ebuild
@@ -167,11 +167,11 @@ pkg_postinst() {
        if [[ $fix_perms -eq 1 ]] ; then
                ewarn "To fix a security bug (bug #458018) had the following"
                ewarn "files/directories the world-readable bit removed (if 
set):"
-               ewarn "  ${EPREFIX}/etc/pdns"
-               ewarn "  ${EPREFIX}/etc/pdns/pdns.conf"
+               ewarn "  ${EPREFIX}/etc/powerdns"
+               ewarn "  ${EPREFIX}/etc/powerdns/pdns.conf"
                ewarn "Check if this is correct for your setup"
                ewarn "This is a one-time change and will not happen on 
subsequent updates."
-               chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf}
+               chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf}
        fi
 
 }

diff --git a/net-dns/pdns/pdns-3.4.8.ebuild b/net-dns/pdns/pdns-3.4.8.ebuild
index 77d6d55..91d60f4 100644
--- a/net-dns/pdns/pdns-3.4.8.ebuild
+++ b/net-dns/pdns/pdns-3.4.8.ebuild
@@ -167,11 +167,11 @@ pkg_postinst() {
        if [[ $fix_perms -eq 1 ]] ; then
                ewarn "To fix a security bug (bug #458018) had the following"
                ewarn "files/directories the world-readable bit removed (if 
set):"
-               ewarn "  ${EPREFIX}/etc/pdns"
-               ewarn "  ${EPREFIX}/etc/pdns/pdns.conf"
+               ewarn "  ${EPREFIX}/etc/powerdns"
+               ewarn "  ${EPREFIX}/etc/powerdns/pdns.conf"
                ewarn "Check if this is correct for your setup"
                ewarn "This is a one-time change and will not happen on 
subsequent updates."
-               chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf}
+               chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf}
        fi
 
 }

diff --git a/net-dns/pdns/pdns-3.4.9.ebuild b/net-dns/pdns/pdns-3.4.9.ebuild
index 02c60ec..04ed30d 100644
--- a/net-dns/pdns/pdns-3.4.9.ebuild
+++ b/net-dns/pdns/pdns-3.4.9.ebuild
@@ -167,11 +167,11 @@ pkg_postinst() {
        if [[ $fix_perms -eq 1 ]] ; then
                ewarn "To fix a security bug (bug #458018) had the following"
                ewarn "files/directories the world-readable bit removed (if 
set):"
-               ewarn "  ${EPREFIX}/etc/pdns"
-               ewarn "  ${EPREFIX}/etc/pdns/pdns.conf"
+               ewarn "  ${EPREFIX}/etc/powerdns"
+               ewarn "  ${EPREFIX}/etc/powerdns/pdns.conf"
                ewarn "Check if this is correct for your setup"
                ewarn "This is a one-time change and will not happen on 
subsequent updates."
-               chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf}
+               chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf}
        fi
 
 }

diff --git a/net-dns/pdns/pdns-4.0.0.ebuild b/net-dns/pdns/pdns-4.0.0.ebuild
index 7b18698..79fd8a0 100644
--- a/net-dns/pdns/pdns-4.0.0.ebuild
+++ b/net-dns/pdns/pdns-4.0.0.ebuild
@@ -145,11 +145,11 @@ pkg_postinst() {
        if [[ $fix_perms -eq 1 ]] ; then
                ewarn "To fix a security bug (bug #458018) had the following"
                ewarn "files/directories the world-readable bit removed (if 
set):"
-               ewarn "  ${EPREFIX}/etc/pdns"
-               ewarn "  ${EPREFIX}/etc/pdns/pdns.conf"
+               ewarn "  ${EPREFIX}/etc/powerdns"
+               ewarn "  ${EPREFIX}/etc/powerdns/pdns.conf"
                ewarn "Check if this is correct for your setup"
                ewarn "This is a one-time change and will not happen on 
subsequent updates."
-               chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf}
+               chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf}
        fi
 
 }

Reply via email to