diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:54:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:54:00 +0000 |
commit | e641e20a26a2db8ec105f200d0875aa4640cc6ad (patch) | |
tree | ed28320c9a8aea85706ca547f56c481f14cc3f2e /net-analyzer/hyperic-hq-agent | |
parent | Stable on ppc64 (diff) | |
download | historical-e641e20a26a2db8ec105f200d0875aa4640cc6ad.tar.gz historical-e641e20a26a2db8ec105f200d0875aa4640cc6ad.tar.bz2 historical-e641e20a26a2db8ec105f200d0875aa4640cc6ad.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-analyzer/hyperic-hq-agent')
4 files changed, 37 insertions, 32 deletions
diff --git a/net-analyzer/hyperic-hq-agent/ChangeLog b/net-analyzer/hyperic-hq-agent/ChangeLog index 4d70ad30b3ee..bf585e1a8e5b 100644 --- a/net-analyzer/hyperic-hq-agent/ChangeLog +++ b/net-analyzer/hyperic-hq-agent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/hyperic-hq-agent -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/ChangeLog,v 1.14 2006/04/16 08:22:37 mattm Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/ChangeLog,v 1.15 2007/05/01 17:48:59 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> + hyperic-hq-agent-2.5.15.ebuild, hyperic-hq-agent-2.6.22.ebuild, + hyperic-hq-agent-2.6.27.ebuild: + Replacing einfo with elog *hyperic-hq-agent-2.6.22 (16 Apr 2006) diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild index 331e23324518..b279a04a4090 100644 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild +++ b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.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/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild,v 1.2 2006/04/16 08:22:37 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild,v 1.3 2007/05/01 17:48:59 genone Exp $ inherit eutils @@ -35,12 +35,12 @@ pkg_preinst() { pkg_postinst() { chown -R hyperic:hyperic ${AGENT_HOME} - einfo "You should perform the following before attempting to start the agent:" - einfo - einfo "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" - einfo "2) ensure that your server has a license key permitting an additional agent install." - einfo "3) have your server ip, admin username, and admin password available" - einfo "4) rc-update add hyperic-hq-agent default" - einfo "5) /etc/init.d/hyperic-hq-agent start" - einfo + elog "You should perform the following before attempting to start the agent:" + elog + elog "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" + elog "2) ensure that your server has a license key permitting an additional agent install." + elog "3) have your server ip, admin username, and admin password available" + elog "4) rc-update add hyperic-hq-agent default" + elog "5) /etc/init.d/hyperic-hq-agent start" + elog } diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild index 5e57dd1af251..94931f9cfa51 100644 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild +++ b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.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/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild,v 1.1 2006/04/16 08:22:37 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild,v 1.2 2007/05/01 17:48:59 genone Exp $ inherit eutils @@ -29,12 +29,12 @@ src_install() { pkg_postinst() { - einfo "You should perform the following before attempting to start the agent:" - einfo - einfo "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" - einfo "2) ensure that your server has a license key permitting an additional agent install." - einfo "3) have your server ip, admin username, and admin password available" - einfo "4) rc-update add hyperic-hq-agent default" - einfo "5) /etc/init.d/hyperic-hq-agent start" - einfo + elog "You should perform the following before attempting to start the agent:" + elog + elog "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" + elog "2) ensure that your server has a license key permitting an additional agent install." + elog "3) have your server ip, admin username, and admin password available" + elog "4) rc-update add hyperic-hq-agent default" + elog "5) /etc/init.d/hyperic-hq-agent start" + elog } diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild index d8a2d7338a4e..9d49bcedf1e9 100644 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild +++ b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.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/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild,v 1.1 2006/06/30 01:50:08 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild,v 1.2 2007/05/01 17:48:59 genone Exp $ inherit eutils @@ -29,12 +29,12 @@ src_install() { pkg_postinst() { - einfo "You should perform the following before attempting to start the agent:" - einfo - einfo "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" - einfo "2) ensure that your server has a license key permitting an additional agent install." - einfo "3) have your server ip, admin username, and admin password available" - einfo "4) rc-update add hyperic-hq-agent default" - einfo "5) /etc/init.d/hyperic-hq-agent start" - einfo + elog "You should perform the following before attempting to start the agent:" + elog + elog "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" + elog "2) ensure that your server has a license key permitting an additional agent install." + elog "3) have your server ip, admin username, and admin password available" + elog "4) rc-update add hyperic-hq-agent default" + elog "5) /etc/init.d/hyperic-hq-agent start" + elog } |