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 | 44af8049552cb68bfbdb413669e14b0558751d24 (patch) | |
tree | ed82ddf7f28536c000e9822a7ed83d36867405fb /net-mail/hotwayd | |
parent | Added check for needed automagic dependency of graphviz to libpng, thanks Kev... (diff) | |
download | historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.gz historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.bz2 historical-44af8049552cb68bfbdb413669e14b0558751d24.zip |
Replacing einfo with elog
Package-Manager: portage-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 } |