Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp/common The host-name option is text.



details:   https://anonhg.NetBSD.org/src/rev/c401590cc481
branches:  trunk
changeset: 473452:c401590cc481
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 04 20:09:12 1999 +0000

description:
The host-name option is text.

diffstat:

 usr.sbin/dhcp/common/tables.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ae9f1f80d8d5 -r c401590cc481 usr.sbin/dhcp/common/tables.c
--- a/usr.sbin/dhcp/common/tables.c     Fri Jun 04 19:02:34 1999 +0000
+++ b/usr.sbin/dhcp/common/tables.c     Fri Jun 04 20:09:12 1999 +0000
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tables.c,v 1.1.1.4 1999/04/26 15:43:08 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tables.c,v 1.2 1999/06/04 20:09:12 thorpej Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -78,7 +78,7 @@
        { "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 },



Home | Main Index | Thread Index | Old Index