installer: Fix the manual configuration of lnc(4) in VMware.
authorSascha Wildner <saw@online.de>
Mon, 28 Dec 2009 20:51:17 +0000 (21:51 +0100)
committerSascha Wildner <saw@online.de>
Mon, 28 Dec 2009 20:51:37 +0000 (21:51 +0100)
commitebfcfa9218d28273c88ec434c7b2f8aef859c13b
treeee17dc983a02c478e527fc09ba9a2fc886e2155f
parentb0911300ee0f72264351f0442bd32f63d280bd3a
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