diff options
Diffstat (limited to 'net-analyzer/ipac-ng/ipac-ng-1.31.ebuild')
-rw-r--r-- | net-analyzer/ipac-ng/ipac-ng-1.31.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |