diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:36:27 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:36:27 +0000 |
commit | 8936c9ccf616431442d41f57b73d5e61ba9c227a (patch) | |
tree | 2cbd7a0985d460b8ce9eb005bc87a3e1a3831c6c /net-mail/mailer-config/mailer-config-0.1.ebuild | |
parent | Added check for needed automagic dependency of graphviz to libpng, thanks Kev... (diff) | |
download | gentoo-2-8936c9ccf616431442d41f57b73d5e61ba9c227a.tar.gz gentoo-2-8936c9ccf616431442d41f57b73d5e61ba9c227a.tar.bz2 gentoo-2-8936c9ccf616431442d41f57b73d5e61ba9c227a.zip |
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail/mailer-config/mailer-config-0.1.ebuild')
-rw-r--r-- | net-mail/mailer-config/mailer-config-0.1.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net-mail/mailer-config/mailer-config-0.1.ebuild b/net-mail/mailer-config/mailer-config-0.1.ebuild index 1839ebf74ede..ec8277ad6894 100644 --- a/net-mail/mailer-config/mailer-config-0.1.ebuild +++ b/net-mail/mailer-config/mailer-config-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.1.ebuild,v 1.5 2005/07/09 17:11:19 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.1.ebuild,v 1.6 2007/06/12 12:36:27 genone Exp $ DESCRIPTION="Utility to switch between mailers using mailwrapper" HOMEPAGE="http://www.gentoo.org" @@ -22,14 +22,14 @@ src_install() { } pkg_postinst() { - einfo - einfo "Because /etc/mail/mailer.conf is now handled for you, it will" - einfo "save time if you add:" - einfo " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\"" - einfo "to your /etc/make.conf file." - einfo - einfo "With this, when a new profile is installed, it will be switched to" - einfo "automatically, and you will not be prompted to etc-update" - einfo "mailer.conf manually. Instead, you should always use mailer-config." - einfo + elog + elog "Because /etc/mail/mailer.conf is now handled for you, it will" + elog "save time if you add:" + elog " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\"" + elog "to your /etc/make.conf file." + elog + elog "With this, when a new profile is installed, it will be switched to" + elog "automatically, and you will not be prompted to etc-update" + elog "mailer.conf manually. Instead, you should always use mailer-config." + elog } |