diff options
Diffstat (limited to 'emulators/vmware3/files')
-rw-r--r-- | emulators/vmware3/files/Hints.FreeBSD | 6 | ||||
-rw-r--r-- | emulators/vmware3/files/vmware | 10 |
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/vmware3/files/Hints.FreeBSD b/emulators/vmware3/files/Hints.FreeBSD index fabfa0241c7b..63617d56341f 100644 --- a/emulators/vmware3/files/Hints.FreeBSD +++ b/emulators/vmware3/files/Hints.FreeBSD @@ -1,3 +1,5 @@ +$FreeBSD$ + Here is a list of some useful hints on using VMware on FreeBSD. - Full screen text mode does not work. Don't ever do it! @@ -87,6 +89,8 @@ MFS can lead to deadlocks. - Don't miss the VMware FAQ available on the official site. + http://www.vmware.com/products/productfaq.html + -- Akinori -Aki- MUSHA <knu@idaemons.org> -Nick Sayer <nsayer@freebsd.org> +Nick Sayer <nsayer@FreeBSD.org> diff --git a/emulators/vmware3/files/vmware b/emulators/vmware3/files/vmware new file mode 100644 index 000000000000..3316e44eaa0c --- /dev/null +++ b/emulators/vmware3/files/vmware @@ -0,0 +1,10 @@ +#!/bin/sh +# +# Run vmware +# +# $FreeBSD$ + +LANG=C +PATH=/bin:$PATH + +@@PREFIX@@/lib/vmware/bin/vmware |