diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:50:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:50:32 +0000 |
commit | cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d (patch) | |
tree | 417866f4a01ea98014686ec49755fd537e6c453b /net-analyzer/tcptrace/tcptrace-6.6.7.ebuild | |
parent | Fix DEPEND. (diff) | |
download | historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.tar.gz historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.tar.bz2 historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-analyzer/tcptrace/tcptrace-6.6.7.ebuild')
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.7.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild index dff51ac71cfb..8ca50e3ed06f 100644 --- a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.6.7.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/tcptrace/tcptrace-6.6.7.ebuild,v 1.7 2007/04/16 07:47:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild,v 1.8 2007/05/01 22:41:54 genone Exp $ IUSE="" @@ -23,10 +23,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "Note: tcptrace outputs its graphs in the xpl (xplot)" - einfo "format. Since xplot is unavailable, you will have to" - einfo "use the included xpl2gpl utility to convert it to" - einfo "the gnuplot format." - einfo + elog + elog "Note: tcptrace outputs its graphs in the xpl (xplot)" + elog "format. Since xplot is unavailable, you will have to" + elog "use the included xpl2gpl utility to convert it to" + elog "the gnuplot format." + elog } |