summaryrefslogtreecommitdiff
path: root/emulators/vmware3
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-10-20 21:26:31 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-10-20 21:26:31 +0000
commit3507a29168877f8d2b04be23c4d60e5cb42ae62e (patch)
treebf3c6ee484423725533aca6505c6ebf55aea8e74 /emulators/vmware3
parentAll right, that's it, no more commits at 4am for me. (diff)
Fix typo in loop.fullpath.
Fix typo in libdir. PR: 57461 Submitted by: Jan Srzednicki <Jan@miranda.expro.pl, Sr@miranda.expro.pl>
Diffstat (limited to 'emulators/vmware3')
-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@@"