diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:24:36 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:24:36 +0000 |
commit | 81ce6fc45a21543732670818c75558e462b55297 (patch) | |
tree | 054eb5e5966eb589cc82af960bc9af5785ff7c89 /net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild | |
parent | Replacing einfo with ewarn (diff) | |
download | historical-81ce6fc45a21543732670818c75558e462b55297.tar.gz historical-81ce6fc45a21543732670818c75558e462b55297.tar.bz2 historical-81ce6fc45a21543732670818c75558e462b55297.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild')
-rw-r--r-- | net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild index eea3fdb6445d..97b71bbd8aba 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.14 2007/01/07 13:08:46 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.15 2007/05/06 09:23:21 genone Exp $ inherit eutils @@ -26,8 +26,8 @@ pkg_postinst() { "resolvconf/run/resolv.conf" ]] ; then ewarn "resolvconf requires ${ROOT}/etc/resolv.conf to be a symbolic" ewarn "to resolvconf/run/resolv.conf" - einfo "To set this up automatically type" - einfo " emerge --config =${PF}" + ewarn "To set this up automatically type" + ewarn " emerge --config =${PF}" fi } |