summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-01-22 01:44:55 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-01-22 01:44:55 +0000
commitcddc40a46d43c901354799c4cab9b9fe7ff6d520 (patch)
tree48288260d8e1b4c22049c967b0566ca22bcbeec1 /app-emulation/vmware-player
parentStable on x86 for bug #119634; Stabilize Gnome-2.12.2 (diff)
downloadgentoo-2-cddc40a46d43c901354799c4cab9b9fe7ff6d520.tar.gz
gentoo-2-cddc40a46d43c901354799c4cab9b9fe7ff6d520.tar.bz2
gentoo-2-cddc40a46d43c901354799c4cab9b9fe7ff6d520.zip
Changed vmplayer->vmware for the init script name and closing bug #119871.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation/vmware-player')
-rw-r--r--app-emulation/vmware-player/ChangeLog6
-rw-r--r--app-emulation/vmware-player/vmware-player-1.0.1.19317.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/vmware-player/ChangeLog b/app-emulation/vmware-player/ChangeLog
index 93091d957515..e0afdbe9c1f8 100644
--- a/app-emulation/vmware-player/ChangeLog
+++ b/app-emulation/vmware-player/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/vmware-player
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/ChangeLog,v 1.7 2006/01/06 18:45:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/ChangeLog,v 1.8 2006/01/22 01:44:55 wolf31o2 Exp $
+
+ 22 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ vmware-player-1.0.1.19317.ebuild:
+ Changed vmplayer->vmware for the init script name and closing bug #119871.
06 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
vmware-player-1.0.1.19317.ebuild:
diff --git a/app-emulation/vmware-player/vmware-player-1.0.1.19317.ebuild b/app-emulation/vmware-player/vmware-player-1.0.1.19317.ebuild
index 38735e699728..49ee451aea86 100644
--- a/app-emulation/vmware-player/vmware-player-1.0.1.19317.ebuild
+++ b/app-emulation/vmware-player/vmware-player-1.0.1.19317.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-1.0.1.19317.ebuild,v 1.2 2006/01/06 18:45:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-1.0.1.19317.ebuild,v 1.3 2006/01/22 01:44:55 wolf31o2 Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VMWare. The agreeing to a licence is part of the configure step
@@ -208,10 +208,10 @@ pkg_postinst() {
einfo "After configuring, type 'vmplayer' to launch"
einfo
einfo "Also note that when you reboot you should run:"
- einfo "/etc/init.d/vmplayer start"
+ einfo "/etc/init.d/vmware start"
einfo "before trying to run vmplayer. Or you could just add"
einfo "it to the default run level:"
- einfo "rc-update add vmplayer default"
+ einfo "rc-update add vmware default"
echo
ewarn "Remember, in order to run vmplayer, you have to"
ewarn "be in the '${VMWARE_GROUP}' group."