From: Ted Lemon Date: Tue, 19 Oct 1999 15:40:07 +0000 (+0000) Subject: Document lease-file-name and pid-file-name config parameters. X-Git-Tag: BCTEL_SPECIAL_19991124~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1c1f11dfcacecb7ae05366f3ecce95918b9662;p=thirdparty%2Fdhcp.git Document lease-file-name and pid-file-name config parameters. --- diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5 index 28921edec..f4248fd9b 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -833,6 +833,33 @@ obtain new addresses immediately when they next renew. .SH REFERENCE: PARAMETERS .PP .B The +.I lease-file-name +.B statement +.PP +.B lease-file-name +.I name\fR\fB;\fR +.PP +.I Name +should be the name of the DHCP server's lease file. By default, this +is DBDIR/dhcpd.leases. This statement \fBmust\fR appear in the outer +scope of the configuration file - if it appears in some other scope, +it will have no effect. +.PP +.B The +.I pid-file-name +.B statement +.PP +.B pid-file-name +.I name\fR\fB;\fR +.PP +.I Name +should be the name of the DHCP server's process ID file. This is the +file in which the DHCP server's process ID is stored when the server +starts. By default, this is RUNDIR/dhcpd.pid. Like the +lease-file-name statement, this statement must appear in the outer scope +of the configuration file. +.PP +.B The .I default-lease-time .B statement .PP