Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv31742
Modified Files:
dhcp-sysconf.c
Log Message:
Avoid potential confusion with the Name servers option (in the comment).
Index: dhcp-sysconf.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-sysconf.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** dhcp-sysconf.c 24 Jun 2002 02:04:56 -0000 1.21
--- dhcp-sysconf.c 24 Jun 2002 06:10:54 -0000 1.22
***************
*** 48,52 ****
/* 4 Time server. */
{ NULL, NULL, SYSCONF_UNSET, },
! /* 5 Name servers. */
{ NULL, NULL, SYSCONF_UNSET, },
/* 6 Domain name servers. */
--- 48,52 ----
/* 4 Time server. */
{ NULL, NULL, SYSCONF_UNSET, },
! /* 5 Name servers (old -- IEN 116). */
{ NULL, NULL, SYSCONF_UNSET, },
/* 6 Domain name servers. */
|