diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:30:46 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:30:46 +0000 |
commit | f16e6eea4a8f0a4f1cca2987bf1a50a44629d571 (patch) | |
tree | bb25093c2263faf478eaa6eac5dfed8e2e585ad5 /net-mail/hotwayd | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-f16e6eea4a8f0a4f1cca2987bf1a50a44629d571.tar.gz gentoo-2-f16e6eea4a8f0a4f1cca2987bf1a50a44629d571.tar.bz2 gentoo-2-f16e6eea4a8f0a4f1cca2987bf1a50a44629d571.zip |
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail/hotwayd')
-rw-r--r-- | net-mail/hotwayd/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/hotwayd/hotwayd-0.8.4.ebuild | 26 |
2 files changed, 17 insertions, 14 deletions
diff --git a/net-mail/hotwayd/ChangeLog b/net-mail/hotwayd/ChangeLog index 336ce30a0b80..b4c7b0ac4baa 100644 --- a/net-mail/hotwayd/ChangeLog +++ b/net-mail/hotwayd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/hotwayd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/ChangeLog,v 1.22 2007/02/22 01:44:09 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/ChangeLog,v 1.23 2007/06/12 12:30:46 genone Exp $ + + 12 Jun 2007; Marius Mauch <genone@gentoo.org> hotwayd-0.8.4.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-mail/hotwayd/hotwayd-0.8.4.ebuild b/net-mail/hotwayd/hotwayd-0.8.4.ebuild index bcb35eaa3f36..813550bb4c51 100644 --- a/net-mail/hotwayd/hotwayd-0.8.4.ebuild +++ b/net-mail/hotwayd/hotwayd-0.8.4.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/net-mail/hotwayd/hotwayd-0.8.4.ebuild,v 1.3 2006/02/28 01:26:29 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.4.ebuild,v 1.4 2007/06/12 12:30:46 genone Exp $ inherit eutils @@ -56,19 +56,19 @@ src_install () { pkg_postinst () { hotmail_greed_warning echo - einfo " By default daemons that use xinetd are not started automatically in gentoo" - einfo " To activate do the following steps: " - einfo " - Edit the file /etc/xinetd.d/hotwayd and change disable " - einfo " from yes to no " - einfo " - Restart xinetd with \`/etc/init.d/xinetd restart\` " - echo + elog " By default daemons that use xinetd are not started automatically in gentoo" + elog " To activate do the following steps: " + elog " - Edit the file /etc/xinetd.d/hotwayd and change disable " + elog " from yes to no " + elog " - Restart xinetd with \`/etc/init.d/xinetd restart\` " + elog if use smtp; then - einfo "You chose to install hotsmtpd, a SMTP proxy for hotmail. Please" - einfo "Configure /etc/xinetd.d/hotsmtpd and restart xinetd to start using it." - echo + elog "You chose to install hotsmtpd, a SMTP proxy for hotmail. Please" + elog "Configure /etc/xinetd.d/hotsmtpd and restart xinetd to start using it." + elog fi - einfo "Set your e-mail applications to use port 1100 for receiving email." + elog "Set your e-mail applications to use port 1100 for receiving email." if use smtp; then - einfo "Use port 2500 for sending email." + elog "Use port 2500 for sending email." fi } |