aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-07-25 22:19:09 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-07-25 22:19:09 +0000
commita65d8df916c918396d7fc98f36974cfc02bc7c42 (patch)
treee7468a1dbfeec49784c80f2edcf39aede2970755 /sbin/dhclient
parent8827c821de75121d09ec2a8001a94067dce7d49b (diff)
Notes
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/tables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c
index 6648756952c9..93ff6acce3df 100644
--- a/sbin/dhclient/tables.c
+++ b/sbin/dhclient/tables.c
@@ -1,4 +1,5 @@
/* $OpenBSD: tables.c,v 1.4 2004/05/04 20:28:40 deraadt Exp $ */
+/* $FreeBSD$ */
/* Tables of information... */
@@ -74,7 +75,7 @@ struct option dhcp_options[256] = {
{ "lpr-servers", "IA", &dhcp_universe, 9 },
{ "impress-servers", "IA", &dhcp_universe, 10 },
{ "resource-location-servers", "IA", &dhcp_universe, 11 },
- { "host-name", "X", &dhcp_universe, 12 },
+ { "host-name", "t", &dhcp_universe, 12 },
{ "boot-size", "S", &dhcp_universe, 13 },
{ "merit-dump", "t", &dhcp_universe, 14 },
{ "domain-name", "t", &dhcp_universe, 15 },