net-dns/pdns: Add empty line between messages
authorSven Wegener <swegener@gentoo.org>
Tue, 6 Aug 2019 08:11:18 +0000 (10:11 +0200)
committerSven Wegener <swegener@gentoo.org>
Tue, 6 Aug 2019 08:11:41 +0000 (10:11 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Sven Wegener <swegener@gentoo.org>
net-dns/pdns/pdns-4.1.11-r1.ebuild
net-dns/pdns/pdns-4.2.0_rc2.ebuild

index 7a1b547621f5df4418039c46415c4b6cbd976eef..0078fa5323ce3c2c4164fcfa107955e2ea171c0b 100644 (file)
@@ -136,6 +136,7 @@ pkg_postinst() {
        elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
 
        if use ldap ; then
+               echo
                ewarn "The official LDAP backend module is only compile-tested by upstream."
                ewarn "Try net-dns/pdns-ldap-backend if you have problems with it."
        fi
@@ -144,6 +145,7 @@ pkg_postinst() {
        for old in ${REPLACING_VERSIONS}; do
                ver_test ${old} -lt 3.2 || continue
 
+               echo
                ewarn "To fix a security bug (bug #458018) had the following"
                ewarn "files/directories the world-readable bit removed (if set):"
                ewarn "  ${EPREFIX}/etc/powerdns"
@@ -159,6 +161,7 @@ pkg_postinst() {
                for old in ${REPLACING_VERSIONS}; do
                        ver_test ${old} -lt 4.1.11-r1 || continue
 
+                       echo
                        ewarn "PowerDNS 4.1.11 contains a security fix for the PostgreSQL backend."
                        ewarn "This security fix needs to be applied manually to the database schema."
                        ewarn "Please refer to the official security advisory for more information:"
index 23e9ad567d779f44c74899d6d369a5548ac04182..839351637f06ec1250c2c806548c10ca6c0e5719 100644 (file)
@@ -135,6 +135,7 @@ pkg_postinst() {
        elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
 
        if use ldap ; then
+               echo
                ewarn "The official LDAP backend module is only compile-tested by upstream."
                ewarn "Try net-dns/pdns-ldap-backend if you have problems with it."
        fi
@@ -143,6 +144,7 @@ pkg_postinst() {
        for old in ${REPLACING_VERSIONS}; do
                ver_test ${old} -lt 3.2 || continue
 
+               echo
                ewarn "To fix a security bug (bug #458018) had the following"
                ewarn "files/directories the world-readable bit removed (if set):"
                ewarn "  ${EPREFIX}/etc/powerdns"