diff options
author | 2007-05-01 18:07:06 +0000 | |
---|---|---|
committer | 2007-05-01 18:07:06 +0000 | |
commit | 2adbe8880aa85f6a0c6d8c98150eac63324b7bff (patch) | |
tree | ba955fba3db992f62bf9a71af4979e4c1dc41ee0 /net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild | |
parent | Remove hal use flag; it was a false hope that the gnome meta can be emerged w... (diff) | |
download | gentoo-2-2adbe8880aa85f6a0c6d8c98150eac63324b7bff.tar.gz gentoo-2-2adbe8880aa85f6a0c6d8c98150eac63324b7bff.tar.bz2 gentoo-2-2adbe8880aa85f6a0c6d8c98150eac63324b7bff.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild')
-rw-r--r-- | net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild b/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild index a4c01c9be801..b2dda2cf1a18 100644 --- a/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild +++ b/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild,v 1.2 2007/04/08 18:32:34 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild,v 1.3 2007/05/01 18:07:06 genone Exp $ inherit rpm @@ -60,11 +60,11 @@ src_install() { } pkg_postinst() { - einfo "You can get started running the following commands:" - einfo "/opt/nessus/sbin/nessus-add-first-user" - einfo "/opt/nessus/sbin/nessus-mkcert" - einfo "/etc/init.d/nessusd-bin start" - einfo - einfo "For more information about nessus, please visit" - einfo "${HOMEPAGE}/documentation/" + elog "You can get started running the following commands:" + elog "/opt/nessus/sbin/nessus-add-first-user" + elog "/opt/nessus/sbin/nessus-mkcert" + elog "/etc/init.d/nessusd-bin start" + elog + elog "For more information about nessus, please visit" + elog "${HOMEPAGE}/documentation/" } |