summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 17:51:28 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 17:51:28 +0000
commit2ab0f4fb73d7ea6e181ba95cc8584ba0a1f9dd3f (patch)
tree648f533694bc3696517b9406c2decb6798746822 /net-analyzer/ipband
parentReplacing einfo with elog (diff)
downloadgentoo-2-2ab0f4fb73d7ea6e181ba95cc8584ba0a1f9dd3f.tar.gz
gentoo-2-2ab0f4fb73d7ea6e181ba95cc8584ba0a1f9dd3f.tar.bz2
gentoo-2-2ab0f4fb73d7ea6e181ba95cc8584ba0a1f9dd3f.zip
Replacing einfo with elog
(Portage version: 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 -"
}