diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-21 17:36:03 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-21 17:36:03 +0000 |
commit | 9ebf3c1194e8c2ad24fd2f0459049172464632df (patch) | |
tree | 8f7b927dc9135c808e906cb391331185f6957cf8 /emulators/vmware3 | |
parent | Update to 1.0.3. (diff) |
Restore loop.fullpath and libdir fixes.
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/files/config | 4 |
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@@" |