diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-12-10 19:38:48 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-12-10 19:38:48 +0000 |
commit | 17f6c173fe04b1387d6f64e3e697a154c72511b1 (patch) | |
tree | 811bf45dbb3a3659e8a58b7fd3e7cee974da0a3f /sys-auth | |
parent | x86 stable, bug 294958 (diff) | |
download | gentoo-2-17f6c173fe04b1387d6f64e3e697a154c72511b1.tar.gz gentoo-2-17f6c173fe04b1387d6f64e3e697a154c72511b1.tar.bz2 gentoo-2-17f6c173fe04b1387d6f64e3e697a154c72511b1.zip |
Putting example in pkg_postinst() from einfo to ewarn, bug 249447
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-mdns/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/nss-mdns/nss-mdns-0.10.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-auth/nss-mdns/ChangeLog b/sys-auth/nss-mdns/ChangeLog index e3e2f8702947..fc53359ba103 100644 --- a/sys-auth/nss-mdns/ChangeLog +++ b/sys-auth/nss-mdns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/nss-mdns # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/ChangeLog,v 1.30 2009/03/20 04:14:55 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/ChangeLog,v 1.31 2009/12/10 19:38:48 vostorga Exp $ + + 10 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> nss-mdns-0.10.ebuild: + Putting example in pkg_postinst() from einfo to ewarn, bug 249447 20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> metadata.xml, nss-mdns-0.8.ebuild, nss-mdns-0.9-r1.ebuild: diff --git a/sys-auth/nss-mdns/nss-mdns-0.10.ebuild b/sys-auth/nss-mdns/nss-mdns-0.10.ebuild index d419818babf9..1da71b513e70 100644 --- a/sys-auth/nss-mdns/nss-mdns-0.10.ebuild +++ b/sys-auth/nss-mdns/nss-mdns-0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.10.ebuild,v 1.6 2007/11/24 04:37:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.10.ebuild,v 1.7 2009/12/10 19:38:48 vostorga Exp $ inherit autotools eutils @@ -48,7 +48,7 @@ pkg_postinst() { ewarn ewarn "Add the appropriate mdns into the hosts line in /etc/nsswitch.conf" ewarn "An example line looks like:" - einfo "hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4" + ewarn "hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4" ewarn ewarn "If you want to perform mDNS lookups for domains other than the ones" ewarn "ending in .local, add them to /etc/mdns.allow" |