From: Ted Lemon Date: Tue, 19 Oct 1999 15:27:27 +0000 (+0000) Subject: Add support for lease-file-name and pid-file-name config parameters. X-Git-Tag: BCTEL_SPECIAL_19991124~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a014e0b2d584947f36ae3909acf19a8a6d7894f;p=thirdparty%2Fdhcp.git Add support for lease-file-name and pid-file-name config parameters. --- diff --git a/common/tables.c b/common/tables.c index 700cb95a2..a9eba87e1 100644 --- a/common/tables.c +++ b/common/tables.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: tables.c,v 1.29 1999/10/07 06:35:45 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: tables.c,v 1.30 1999/10/19 15:27:27 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -851,8 +851,8 @@ struct option server_options [256] = { { "ddns-domainname", "t", &server_universe, 23 }, { "ddns-hostname", "t", &server_universe, 24 }, { "ddns-rev-domainname", "t", &server_universe, 25 }, - { "option-26", "X", &server_universe, 26 }, - { "option-27", "X", &server_universe, 27 }, + { "lease-file-name", "t", &server_universe, 26 }, + { "pid-file-name", "t", &server_universe, 27 }, { "option-28", "X", &server_universe, 28 }, { "option-29", "X", &server_universe, 29 }, { "option-30", "X", &server_universe, 30 },