diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-21 05:26:31 +0800 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-21 05:26:31 +0800 |
commit | 3507a29168877f8d2b04be23c4d60e5cb42ae62e (patch) | |
tree | bf3c6ee484423725533aca6505c6ebf55aea8e74 /emulators | |
parent | 2250196ba7c243e66a8d9c0db9abaf22489c2c0b (diff) | |
download | freebsd-ports-gnome-3507a29168877f8d2b04be23c4d60e5cb42ae62e.tar.gz freebsd-ports-gnome-3507a29168877f8d2b04be23c4d60e5cb42ae62e.tar.zst freebsd-ports-gnome-3507a29168877f8d2b04be23c4d60e5cb42ae62e.zip |
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')
-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@@" |