Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/dhcp/server Pull up 1.1.1.8 (patchlevel 25)



details:   https://anonhg.NetBSD.org/src/rev/9f10d14f79e1
branches:  netbsd-1-4
changeset: 468156:9f10d14f79e1
user:      mellon <mellon%NetBSD.org@localhost>
date:      Fri Apr 09 20:09:21 1999 +0000

description:
Pull up 1.1.1.8 (patchlevel 25)

diffstat:

 usr.sbin/dhcp/server/confpars.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 8283437ee2ad -r 9f10d14f79e1 usr.sbin/dhcp/server/confpars.c
--- a/usr.sbin/dhcp/server/confpars.c   Fri Apr 09 20:08:55 1999 +0000
+++ b/usr.sbin/dhcp/server/confpars.c   Fri Apr 09 20:09:21 1999 +0000
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: confpars.c,v 1.1.1.7 1999/03/29 23:00:56 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: confpars.c,v 1.1.1.7.2.1 1999/04/09 20:09:21 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -310,6 +310,10 @@
                group -> get_lease_hostnames = parse_boolean (cfile);
                break;
 
+             case ALWAYS_REPLY_RFC1048:
+               group -> always_reply_rfc1048 = parse_boolean (cfile);
+               break;
+
              case USE_HOST_DECL_NAMES:
                if (type == HOST_DECL)
                        parse_warn ("use-host-decl-names not allowed here.");



Home | Main Index | Thread Index | Old Index