commit:     e35ef2d25fd6bc46a3289f4c39667727c32e1eea
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 19:03:53 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 19:04:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35ef2d2

sys-libs/glibc: Downgrade hosts.conf message to einfo, bug 638154

The logic of the setting makes sense though...

Bug: https://bugs.gentoo.org/436530
Closes: https://bugs.gentoo.org/638154
Package-Manager: Portage-2.3.18, Repoman-2.3.6

 sys-libs/glibc/glibc-2.26-r3.ebuild | 2 +-
 sys-libs/glibc/glibc-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.26-r3.ebuild 
b/sys-libs/glibc/glibc-2.26-r3.ebuild
index 0edb97902c8..88a9cd4b5b3 100644
--- a/sys-libs/glibc/glibc-2.26-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r3.ebuild
@@ -775,7 +775,7 @@ pkg_preinst() {
        # Default /etc/hosts.conf:multi to on for systems with small dbs.
        if [[ $(wc -l < "${EROOT}"/etc/hosts) -lt 1000 ]] ; then
                sed -i '/^multi off/s:off:on:' "${ED}"/etc/host.conf
-               elog "Defaulting /etc/host.conf:multi to on"
+               einfo "Defaulting /etc/host.conf:multi to on"
        fi
 
        [[ ${ROOT} != "/" ]] && return 0

diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index e29a0778fd5..a3b427221e2 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -789,7 +789,7 @@ pkg_preinst() {
        # Default /etc/hosts.conf:multi to on for systems with small dbs.
        if [[ $(wc -l < "${EROOT}"/etc/hosts) -lt 1000 ]] ; then
                sed -i '/^multi off/s:off:on:' "${ED}"/etc/host.conf
-               elog "Defaulting /etc/host.conf:multi to on"
+               einfo "Defaulting /etc/host.conf:multi to on"
        fi
 
        [[ ${ROOT} != "/" ]] && return 0

Reply via email to