diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-02-10 08:33:01 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-02-10 08:33:01 +0000 |
commit | 296301115a9ea0ef89f118dbf4a257f0e6b7fb9e (patch) | |
tree | 33c2d4c4c882129407112daacda62aa90d4d8e75 /app-emulation | |
parent | forgot ChangeLog (diff) | |
download | historical-296301115a9ea0ef89f118dbf4a257f0e6b7fb9e.tar.gz historical-296301115a9ea0ef89f118dbf4a257f0e6b7fb9e.tar.bz2 historical-296301115a9ea0ef89f118dbf4a257f0e6b7fb9e.zip |
new glibc, new vmware-workstation (work in progress)
Diffstat (limited to 'app-emulation')
3 files changed, 28 insertions, 0 deletions
diff --git a/app-emulation/vmware-workstation/files/3.0.0.1455/90vmware b/app-emulation/vmware-workstation/files/3.0.0.1455/90vmware new file mode 100644 index 000000000000..8e00d2bb0587 --- /dev/null +++ b/app-emulation/vmware-workstation/files/3.0.0.1455/90vmware @@ -0,0 +1,3 @@ +PATH=/opt/vmware/bin +ROOTPATH=/opt/vmware/bin +MANPATH=/opt/vmware/man diff --git a/app-emulation/vmware-workstation/files/3.0.0.1455/vmware b/app-emulation/vmware-workstation/files/3.0.0.1455/vmware new file mode 100644 index 000000000000..55c38e7f4f06 --- /dev/null +++ b/app-emulation/vmware-workstation/files/3.0.0.1455/vmware @@ -0,0 +1,24 @@ +#!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/3.0.0.1455/vmware,v 1.1 2002/02/10 08:33:01 drobbins Exp $ + + +depend() { + need localmount net + use logger +} + +start() { + ebegin "Starting vmware services" + test -x /etc/vmware/init.d/vmware || \ + eend 1 "vmware init script not found. Aborting" || return + /etc/vmware/init.d/vmware start + eend $? "Error Starting vmware services" +} + +stop() { + ebegin "Stopping vmware services" + /etc/vmware/init.d/vmware stop + eend $? "Error Stopping vmware services" +} diff --git a/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455 b/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455 new file mode 100644 index 000000000000..ee000d2a67c3 --- /dev/null +++ b/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455 @@ -0,0 +1 @@ +MD5 8fc5ea8274af37adbedfd2e9051e5a0c VMwareWorkstation-3.0.0-1455.tar.gz 9691136 |