diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-07-30 11:26:05 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-07-30 11:41:51 +0000 |
commit | 9656ded4fd55027d21b835cc5edef2d086fa0d13 (patch) | |
tree | ec4797451dc32cc6ceb6cbbb9fc4aa524c86dc50 /net-dns/pdns | |
parent | dev-cpp/gtkmm: Stable for HPPA (bug #584468). (diff) | |
download | gentoo-9656ded4fd55027d21b835cc5edef2d086fa0d13.tar.gz gentoo-9656ded4fd55027d21b835cc5edef2d086fa0d13.tar.bz2 gentoo-9656ded4fd55027d21b835cc5edef2d086fa0d13.zip |
net-dns/pdns: Fix path in permission fix
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-dns/pdns')
-rw-r--r-- | net-dns/pdns/pdns-3.4.7.ebuild | 6 | ||||
-rw-r--r-- | net-dns/pdns/pdns-3.4.8.ebuild | 6 | ||||
-rw-r--r-- | net-dns/pdns/pdns-3.4.9.ebuild | 6 | ||||
-rw-r--r-- | 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 829a260607a7..cdd69f3f59c3 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 77d6d55f103d..91d60f481a17 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 02c60eccf7f9..04ed30de70cb 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 7b186982f1ad..79fd8a044e87 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 } |