summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 17:54:00 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 17:54:00 +0000
commite641e20a26a2db8ec105f200d0875aa4640cc6ad (patch)
treeed28320c9a8aea85706ca547f56c481f14cc3f2e /net-analyzer/ipband
parentStable on ppc64 (diff)
downloadhistorical-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/ipband')
-rw-r--r--net-analyzer/ipband/ChangeLog5
-rw-r--r--net-analyzer/ipband/ipband-0.8.ebuild22
2 files changed, 15 insertions, 12 deletions
diff --git a/net-analyzer/ipband/ChangeLog b/net-analyzer/ipband/ChangeLog
index d21db40be517..d2bc34fe0917 100644
--- a/net-analyzer/ipband/ChangeLog
+++ b/net-analyzer/ipband/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ipband
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ChangeLog,v 1.4 2007/04/28 12:30:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ChangeLog,v 1.5 2007/05/01 17:51:28 genone Exp $
+
+ 01 May 2007; Marius Mauch <genone@gentoo.org> ipband-0.8.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Torsten Veller <tove@gentoo.org> ipband-0.8.ebuild:
Use newinitd
diff --git a/net-analyzer/ipband/ipband-0.8.ebuild b/net-analyzer/ipband/ipband-0.8.ebuild
index 7ae671403661..bde882e67f56 100644
--- a/net-analyzer/ipband/ipband-0.8.ebuild
+++ b/net-analyzer/ipband/ipband-0.8.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/ipband/ipband-0.8.ebuild,v 1.4 2007/04/28 12:30:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ipband-0.8.ebuild,v 1.5 2007/05/01 17:51:28 genone Exp $
inherit eutils
@@ -38,14 +38,14 @@ src_install() {
pkg_postinst() {
ewarn "If you plan to use ipband as a service, you must edit"
ewarn "/etc/ipband.conf"
- einfo ""
- einfo "The following command line example will:"
- einfo " o Listen on eth0"
- einfo " o Group results into a summary relative to 192.168.1.0/24"
- einfo " o Average bandwidth every 5 seconds"
- einfo " o Report when average bandwidth has exceeded 7 kB/sec"
- einfo " over the previous 10 seconds. The report is written to"
- einfo " stdout but can also be emailed or stored in a file."
- einfo ""
- einfo "ipband eth0 -L 192.168.1.0/24 -a 5 -r 10 -b 7 -o -"
+ elog ""
+ elog "The following command line example will:"
+ elog " o Listen on eth0"
+ elog " o Group results into a summary relative to 192.168.1.0/24"
+ elog " o Average bandwidth every 5 seconds"
+ elog " o Report when average bandwidth has exceeded 7 kB/sec"
+ elog " over the previous 10 seconds. The report is written to"
+ elog " stdout but can also be emailed or stored in a file."
+ elog ""
+ elog "ipband eth0 -L 192.168.1.0/24 -a 5 -r 10 -b 7 -o -"
}