diff options
Diffstat (limited to 'net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild')
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild index 679decdd043e..78069d542a86 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.10.7.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-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild,v 1.1 2007/03/30 00:17:04 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild,v 1.2 2007/06/12 12:28:24 genone Exp $ IUSE="" DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." @@ -33,6 +33,6 @@ src_install() { } pkg_postinst() { - einfo "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo" - einfo "The executable name has changed from fetchyahoo.pl to fetchyahoo" + elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo" + elog "The executable name has changed from fetchyahoo.pl to fetchyahoo" } |