diff options
Diffstat (limited to 'net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild')
-rw-r--r-- | net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild b/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild index 4c9bbd136d5a..89987d61c342 100644 --- a/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild +++ b/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild,v 1.4 2006/11/23 19:44:04 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild,v 1.5 2007/05/01 17:40:17 genone Exp $ inherit eutils @@ -89,10 +89,10 @@ src_install () { pkg_postinst() { if use sguil ; then - einfo - einfo "Make sure to edit /etc/snort/barnyard.conf and uncomment the" - einfo "sguil section along with supplying the appropriate database" - einfo "information." - einfo + elog + elog "Make sure to edit /etc/snort/barnyard.conf and uncomment the" + elog "sguil section along with supplying the appropriate database" + elog "information." + elog fi } |