diff options
Diffstat (limited to 'net-dns/pdns/pdns-4.0.0.ebuild')
-rw-r--r-- | net-dns/pdns/pdns-4.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |