summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-16 20:03:53 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-16 20:04:12 +0100
commite35ef2d25fd6bc46a3289f4c39667727c32e1eea (patch)
tree5230e0b25bb9006f8c01a75d79dae1ed399579e1 /sys-libs/glibc
parentnet-misc/dropbox: drop old (diff)
downloadgentoo-e35ef2d25fd6bc46a3289f4c39667727c32e1eea.tar.gz
gentoo-e35ef2d25fd6bc46a3289f4c39667727c32e1eea.tar.bz2
gentoo-e35ef2d25fd6bc46a3289f4c39667727c32e1eea.zip
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
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/glibc-2.26-r3.ebuild2
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild2
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 0edb97902c85..88a9cd4b5b3d 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 e29a0778fd5d..a3b427221e28 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