diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:54:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:54:00 +0000 |
commit | e641e20a26a2db8ec105f200d0875aa4640cc6ad (patch) | |
tree | ed28320c9a8aea85706ca547f56c481f14cc3f2e /net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild | |
parent | Stable on ppc64 (diff) | |
download | historical-e641e20a26a2db8ec105f200d0875aa4640cc6ad.tar.gz historical-e641e20a26a2db8ec105f200d0875aa4640cc6ad.tar.bz2 historical-e641e20a26a2db8ec105f200d0875aa4640cc6ad.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild')
-rw-r--r-- | net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild b/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild index 5d2fe3b75cbe..d31d3906f6c2 100644 --- a/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild +++ b/net-analyzer/aimsniff/aimsniff-0.9-r1.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-analyzer/aimsniff/aimsniff-0.9-r1.ebuild,v 1.12 2007/02/03 07:27:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild,v 1.13 2007/05/01 17:35:30 genone Exp $ inherit eutils webapp @@ -83,8 +83,8 @@ pkg_postinst() { if use mysql then echo - einfo "To create and enable the mysql database, please run: " - einfo "emerge --config =${PF}" + elog "To create and enable the mysql database, please run: " + elog "emerge --config =${PF}" if use http then @@ -96,8 +96,8 @@ pkg_postinst() { if use http then - echo - einfo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." + elog + elog "Go to http://${HOSTNAME}/was/admin.php to configure WAS." echo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." > was-postinst webapp_postinst_txt en was-postinst |