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/snortsam | |
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/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." } |