diff options
Diffstat (limited to 'mail-mta/exim/exim-4.61.ebuild')
-rw-r--r-- | mail-mta/exim/exim-4.61.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail-mta/exim/exim-4.61.ebuild b/mail-mta/exim/exim-4.61.ebuild index fcbd518991fd..515773191d40 100644 --- a/mail-mta/exim/exim-4.61.ebuild +++ b/mail-mta/exim/exim-4.61.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.61.ebuild,v 1.2 2006/11/23 20:25:35 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.61.ebuild,v 1.3 2007/03/18 05:28:12 genone Exp $ inherit eutils @@ -230,7 +230,7 @@ src_install () { dodir /usr/bin /usr/sbin /usr/lib dosym ../sbin/exim /usr/bin/mailq dosym ../sbin/exim /usr/bin/newaliases - einfo "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." + elog "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." dosym exim /usr/sbin/rsmtp dosym exim /usr/sbin/rmail if \[ ! -e /usr/lib/sendmail \]; @@ -289,15 +289,15 @@ src_install () { pkg_postinst() { - einfo "/etc/exim/system_filter.exim is a sample system_filter." - einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." - einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." + elog "/etc/exim/system_filter.exim is a sample system_filter." + elog "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." + elog "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged $PN without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged $PN without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } |