diff options
author | 2007-05-01 22:27:45 +0000 | |
---|---|---|
committer | 2007-05-01 22:27:45 +0000 | |
commit | 55e2ecdb0ee29a78f13499d0a3979746ada375d1 (patch) | |
tree | b01ae4304f42cb95eeab3e63c3c1c62a2a4828ba /net-analyzer/sara/sara-6.0.4.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-55e2ecdb0ee29a78f13499d0a3979746ada375d1.tar.gz gentoo-2-55e2ecdb0ee29a78f13499d0a3979746ada375d1.tar.bz2 gentoo-2-55e2ecdb0ee29a78f13499d0a3979746ada375d1.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/sara/sara-6.0.4.ebuild')
-rw-r--r-- | net-analyzer/sara/sara-6.0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/sara/sara-6.0.4.ebuild b/net-analyzer/sara/sara-6.0.4.ebuild index 328ac6f10a57..1d36a91605b6 100644 --- a/net-analyzer/sara/sara-6.0.4.ebuild +++ b/net-analyzer/sara/sara-6.0.4.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/sara/sara-6.0.4.ebuild,v 1.4 2006/02/03 22:40:18 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/sara-6.0.4.ebuild,v 1.5 2007/05/01 22:27:45 genone Exp $ DESCRIPTION="SARA Security Auditor's Research Assistant is a derived work of Security Administrator Tool for Analyzing Networks SATAN" SRC_URI="http://www-arc.com/sara/downloads/${P}.tgz" @@ -95,6 +95,6 @@ src_install(){ } pkg_postinst() { - einfo "Read the documentation in ${SARA_HOME}/html before running this program." - einfo "You must have installed a web browser." + elog "Read the documentation in ${SARA_HOME}/html before running this program." + elog "You must have installed a web browser." } |