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 | 9ce8e44d5d669c2b4ac84db6bb4cce30efed5193 (patch) | |
tree | 09e541d1e70139cfbd9383decf36e82c279a90f8 /net-analyzer/snortsam | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-9ce8e44d5d669c2b4ac84db6bb4cce30efed5193.tar.gz gentoo-2-9ce8e44d5d669c2b4ac84db6bb4cce30efed5193.tar.bz2 gentoo-2-9ce8e44d5d669c2b4ac84db6bb4cce30efed5193.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/snortsam')
-rw-r--r-- | net-analyzer/snortsam/snortsam-2.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/snortsam/snortsam-2.24.ebuild b/net-analyzer/snortsam/snortsam-2.24.ebuild index 823e704908a5..36c7ba16c2aa 100644 --- a/net-analyzer/snortsam/snortsam-2.24.ebuild +++ b/net-analyzer/snortsam/snortsam-2.24.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/snortsam/snortsam-2.24.ebuild,v 1.4 2005/01/12 08:17:59 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/snortsam-2.24.ebuild,v 1.5 2005/07/09 18:41:16 swegener Exp $ DESCRIPTION="Snort plugin that allows automated blocking of IP addresses on several firewalls" HOMEPAGE="http://www.snortsam.net/" @@ -26,7 +26,7 @@ src_install() { pkg_postinst() { einfo "To use snortsam with snort, you'll have to compile snort with" einfo "the snortsam patch - remerge snort with the snortsam useflag." - einfo "" + einfo einfo "Read the INSTALL file to configure snort for snortsam, and" einfo "configure snortsam for your particular firewall." } |