diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
| commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
| tree | d799b77773a040bd9f634696266507c9072dd071 /emulators/vmware3/files/vmware | |
| parent | c2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff) | |
Diffstat (limited to 'emulators/vmware3/files/vmware')
| -rw-r--r-- | emulators/vmware3/files/vmware | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/emulators/vmware3/files/vmware b/emulators/vmware3/files/vmware deleted file mode 100644 index 6693fad91f09..000000000000 --- a/emulators/vmware3/files/vmware +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# Run vmware -# -# $FreeBSD$ - -if [ ! -e @@LINUXBASE@@/proc/cpuinfo ]; then - echo "************************************************************" - echo "It seems Linux procfs is not mounted on @@LINUXBASE@@/proc." - echo "VMware does not work without Linux procfs mounted." - echo - echo "For details, see linprocfs(5) manpage." - echo "************************************************************" - exit 1 -fi - -LANG=C -PATH=/bin:$PATH - -if [ _$TMPDIR = _ ]; then - TMPDIR=/var/tmp - echo Setting TMPDIR="$TMPDIR". - export TMPDIR -fi - -exec @@PREFIX@@/lib/vmware/bin/vmware "$@" |
