summaryrefslogtreecommitdiff
path: root/emulators/vmware3/files/vmware
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware3/files/vmware')
-rw-r--r--emulators/vmware3/files/vmware20
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/vmware3/files/vmware b/emulators/vmware3/files/vmware
deleted file mode 100644
index 7109da2fdb63..000000000000
--- a/emulators/vmware3/files/vmware
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# Run vmware
-#
-# $FreeBSD$
-
-if [ ! -e @@LINUX_DIR@@/proc/cpuinfo ]; then
- echo "************************************************************"
- echo "It seems Linux procfs is not mounted on @@LINUX_DIR@@/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
-
-@@PREFIX@@/lib/vmware/bin/vmware "$@"