summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-10-21 17:36:03 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-10-21 17:36:03 +0000
commit9ebf3c1194e8c2ad24fd2f0459049172464632df (patch)
tree8f7b927dc9135c808e906cb391331185f6957cf8
parentUpdate to 1.0.3. (diff)
Restore loop.fullpath and libdir fixes.
Notes
Notes: svn path=/head/; revision=91834
-rw-r--r--emulators/vmware3/files/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware3/files/config b/emulators/vmware3/files/config
index 66c1a93c6b33..98cf7ee60a34 100644
--- a/emulators/vmware3/files/config
+++ b/emulators/vmware3/files/config
@@ -1,7 +1,7 @@
vmware.fullpath = "@@PREFIX@@/lib/vmware/bin/vmware"
wizard.fullpath = "@@PREFIX@@/lib/vmware/bin/vmware-wizard"
dhcpd.fullpath = "@@PREFIX@@/lib/vmware/bin/vmnet-dhcpd"
-loop.fullpath = ""@@PREFIX@@/lib/vmware/bin/vmware-loop"
-libdir = "@@PREFIX@@/lib/vmware/lib"
+loop.fullpath = "@@PREFIX@@/lib/vmware/bin/vmware-loop"
+libdir = "@@PREFIX@@/lib/vmware"
vmnet1.HostOnlyAddress = "@@HOST_IP@@"
vmnet1.HostOnlyNetMask = "@@NETMASK@@"