diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:40:17 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:40:17 +0000 |
commit | 841fcd21fcb19fefc29e46a63dbdf60750dc8142 (patch) | |
tree | 58817e787e82f57b2f2ae08d9d4d2ec329d33e30 /net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-841fcd21fcb19fefc29e46a63dbdf60750dc8142.tar.gz gentoo-2-841fcd21fcb19fefc29e46a63dbdf60750dc8142.tar.bz2 gentoo-2-841fcd21fcb19fefc29e46a63dbdf60750dc8142.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
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 } |