diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:42:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:42:55 +0000 |
commit | e17355c3d34b83ab9d1a6d0b2cdfb819d2347cee (patch) | |
tree | 12f171d176da79587840e10bc2fa671d8181c73f /net-analyzer/ipac-ng | |
parent | #95599: fixed stripping problem (diff) | |
download | historical-e17355c3d34b83ab9d1a6d0b2cdfb819d2347cee.tar.gz historical-e17355c3d34b83ab9d1a6d0b2cdfb819d2347cee.tar.bz2 historical-e17355c3d34b83ab9d1a6d0b2cdfb819d2347cee.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-analyzer/ipac-ng')
-rw-r--r-- | net-analyzer/ipac-ng/ipac-ng-1.30.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/ipac-ng/ipac-ng-1.31-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/ipac-ng/ipac-ng-1.31.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild b/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild index d74419748eba..70c7938490f9 100644 --- a/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild +++ b/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild,v 1.5 2005/01/09 07:24:00 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild,v 1.6 2005/07/09 18:28:13 swegener Exp $ DESCRIPTION="ip accounting suite for 2.4 and 2.6 series kernels with text and PNG image output like mrtg" HOMEPAGE="http://sourceforge.net/projects/ipac-ng/" @@ -64,13 +64,13 @@ src_install() { } pkg_postinst() { - ewarn "" + ewarn ewarn " W A R N I N G !" ewarn "do not use \"/etc/init.d/iptables save\" when ipac-ng is running!" ewarn "this WILL save ipac rules and can cause problems!" ewarn "ipac-ng should be started AFTER iptables and shut down BEFORE iptables" ewarn "use /etc/init.d/iptables save only when ipac rules are removed!" - ewarn "" + ewarn einfo "the accounting database is at /var/lib/ipac" einfo "use /usr/sbin/ipacsum to get your ip acounting data" einfo "use /usr/sbin/fetchipac to update the accounting at any time" diff --git a/net-analyzer/ipac-ng/ipac-ng-1.31-r1.ebuild b/net-analyzer/ipac-ng/ipac-ng-1.31-r1.ebuild index f56f7dcebaab..6a1ffbc35c54 100644 --- a/net-analyzer/ipac-ng/ipac-ng-1.31-r1.ebuild +++ b/net-analyzer/ipac-ng/ipac-ng-1.31-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.31-r1.ebuild,v 1.1 2005/03/11 10:41:27 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.31-r1.ebuild,v 1.2 2005/07/09 18:28:13 swegener Exp $ inherit eutils @@ -76,13 +76,13 @@ src_install() { } pkg_postinst() { - ewarn "" + ewarn ewarn " W A R N I N G !" ewarn "do not use \"/etc/init.d/iptables save\" when ipac-ng is running!" ewarn "this WILL save ipac rules and can cause problems!" ewarn "ipac-ng should be started AFTER iptables and shut down BEFORE iptables" ewarn "use /etc/init.d/iptables save only when ipac rules are removed!" - ewarn "" + ewarn einfo "the accounting database is at /var/lib/ipac" einfo "use /usr/sbin/ipacsum to get your ip acounting data" einfo "use /usr/sbin/fetchipac to update the accounting at any time" diff --git a/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild b/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild index 98815a07621b..52180ded5166 100644 --- a/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild +++ b/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild,v 1.2 2005/02/25 13:10:35 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild,v 1.3 2005/07/09 18:28:13 swegener Exp $ inherit eutils @@ -76,13 +76,13 @@ src_install() { } pkg_postinst() { - ewarn "" + ewarn ewarn " W A R N I N G !" ewarn "do not use \"/etc/init.d/iptables save\" when ipac-ng is running!" ewarn "this WILL save ipac rules and can cause problems!" ewarn "ipac-ng should be started AFTER iptables and shut down BEFORE iptables" ewarn "use /etc/init.d/iptables save only when ipac rules are removed!" - ewarn "" + ewarn einfo "the accounting database is at /var/lib/ipac" einfo "use /usr/sbin/ipacsum to get your ip acounting data" einfo "use /usr/sbin/fetchipac to update the accounting at any time" |