diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 06:46:04 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 06:46:04 +0000 |
commit | b4218ae3a029a39dd2421a7cee296107762e73f0 (patch) | |
tree | b792d8773688f1c7db4f8fbb5f96035ac990ea03 /app-emulation | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-b4218ae3a029a39dd2421a7cee296107762e73f0.tar.gz gentoo-2-b4218ae3a029a39dd2421a7cee296107762e73f0.tar.bz2 gentoo-2-b4218ae3a029a39dd2421a7cee296107762e73f0.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-esx-console/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/vmware-esx-console/ChangeLog b/app-emulation/vmware-esx-console/ChangeLog index 9c94d144aba8..9c8bee59e6ec 100644 --- a/app-emulation/vmware-esx-console/ChangeLog +++ b/app-emulation/vmware-esx-console/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vmware-esx-console -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/ChangeLog,v 1.2 2006/01/31 21:34:19 mattm Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/ChangeLog,v 1.3 2007/03/04 06:46:04 genone Exp $ + + 04 Mar 2007; Marius Mauch <genone@gentoo.org> + vmware-esx-console-2.5.3.24171.ebuild: + Replacing einfo with elog 31 Jan 2006; Matthew Marlowe <mattm@gentoo.org> vmware-esx-console-2.5.2.16390.ebuild: diff --git a/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild b/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild index e8fe0c4127b2..4cb4243b11d4 100644 --- a/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild +++ b/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.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/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild,v 1.1 2006/06/23 14:21:52 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild,v 1.2 2007/03/04 06:46:04 genone Exp $ MY_PN="VMware-console-2.5.3-24171.tar.gz" S="${WORKDIR}/vmware-console-distrib" @@ -44,7 +44,7 @@ src_install() { pkg_postinst() { - einfo "Before running VMware Remote Console for the first time, you need + elog "Before running VMware Remote Console for the first time, you need to configure it by invoking the following command: /usr/bin/vmware-config-console.pl " } |