diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-17 04:23:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-17 04:23:24 +0000 |
commit | d0e24bc7e75f136bcf19992bc22d1b136f911514 (patch) | |
tree | 67bd46752cc8b09ea88896f5a24ed18406a3858d /emulators/vmware2/files/vmware | |
parent | Add WWW (diff) |
Install ${PREFIX}/bin/vmware as a shell script which sets some
environment variables properly to run VMware, instead of installing it
as a symbolic link to ${PREFIX}/lib/vmware/bin/vmware.
Suggested by: Frank Mayhar <frank@exit.com>
Add $FreeBSD$ on the top of the Hints.FreeBSD file.
Add a link to the official VMware Product FAQ page.
Notes
Notes:
svn path=/head/; revision=27685
Diffstat (limited to 'emulators/vmware2/files/vmware')
-rw-r--r-- | emulators/vmware2/files/vmware | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/vmware2/files/vmware b/emulators/vmware2/files/vmware new file mode 100644 index 000000000000..3316e44eaa0c --- /dev/null +++ b/emulators/vmware2/files/vmware @@ -0,0 +1,10 @@ +#!/bin/sh +# +# Run vmware +# +# $FreeBSD$ + +LANG=C +PATH=/bin:$PATH + +@@PREFIX@@/lib/vmware/bin/vmware |