diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2006-01-15 23:00:07 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2006-01-15 23:00:07 +0000 |
| commit | d5d399e1138ebd6db513a833b3b4d6288ee8b0f6 (patch) | |
| tree | 4e4bcedf0eee33b63fc9328c34259f2c7ce9d2da /usr.sbin/sysinstall | |
| parent | c371d3ffd7d1c9dacd6f49dde3372f40ad14f22f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index babe6ab16bee..10c9c2c9a31c 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -597,7 +597,7 @@ netconfig: if (ipv4_enable) { sprintf(ifn, "%s%s", VAR_IFCONFIG, devp->name); if (use_dhcp) - sprintf(temp, "DHCP"); + sprintf(temp, "DHCP %s", extras); else sprintf(temp, "inet %s %s netmask %s", ipaddr, extras, netmask); |
