installer: Fix the manual configuration of lnc(4) in VMware.
commit7c0527a332bdcd74b5686cfe51b883f8799c1e33
authorSascha Wildner <saw@online.de>
Mon, 28 Dec 2009 20:51:17 +0000 (28 21:51 +0100)
committerSascha Wildner <saw@online.de>
Mon, 28 Dec 2009 20:52:20 +0000 (28 21:52 +0100)
tree2db9fb7bd9d47c5b304b839276866f1f23b9b1c0
parentcf207d0a168890363070b8abdfa87f65de893488
installer: Fix the manual configuration of lnc(4) in VMware.

7daaee58e8b828a4951bb466c19b066381826d2c fixed the DHCP case but not the
manual configuration case. Apply a similar fix there.

While here, move the DHCP fix a bit up, just to look similar in both
cases.

However, the exact issue hasn't been found yet. We don't know why string
is junk in VMware before these fixes, as nothing before the old location
of the asprintf() seems to modify it.

In-discussion-with: matthias
usr.sbin/installer/dfuibe_installer/fn_configure.c