Update isc-dhcp to 3.0.2rc3 using patch infrastructure.
[dragonfly.git] / contrib / dhcp-3.0 / client / dhclient.leases.5
1 .\"     $Id: dhclient.leases.5,v 1.2.4.4 2004/06/10 17:59:13 dhankins Exp $
2 .\"
3 .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4 .\" Copyright (c) 1997-2003 by Internet Software Consortium
5 .\"
6 .\" Permission to use, copy, modify, and distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
9 .\"
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
11 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 .\" MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
16 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .\"
18 .\"   Internet Systems Consortium, Inc.
19 .\"   950 Charter Street
20 .\"   Redwood City, CA 94063
21 .\"   <info@isc.org>
22 .\"   http://www.isc.org/
23 .\"
24 .\" This software has been written for Internet Systems Consortium
25 .\" by Ted Lemon in cooperation with Vixie
26 .\" Enterprises.  To learn more about Internet Systems Consortium,
27 .\" see ``http://www.isc.org/isc''.  To learn more about Vixie
28 .\" Enterprises, see ``http://www.vix.com''.
29 .TH dhclient.leases 5
30 .SH NAME
31 dhclient.leases - DHCP client lease database
32 .SH DESCRIPTION
33 The Internet Systems Consortium DHCP client keeps a persistent
34 database of leases that it has acquired that are still valid.   The
35 database is a free-form ASCII file containing one valid declaration
36 per lease.   If more than one declaration appears for a given lease,
37 the last one in the file is used.   The file is written as a log, so
38 this is not an unusual occurrance.
39 .PP
40 The format of the lease declarations is described in
41 .B dhclient.conf(5).
42 .SH FILES
43 .B DBDIR/dhclient.leases
44 .SH SEE ALSO
45 dhclient(8), dhcp-options(5), dhclient.conf(5), dhcpd(8),
46 dhcpd.conf(5), RFC2132, RFC2131.
47 .SH AUTHOR
48 .B dhclient(8)
49 was written by Ted Lemon
50 under a contract with Vixie Labs.   Funding
51 for this project was provided by Internet Systems Consortium.
52 Information about Internet Systems Consortium can be found at
53 .B http://www.isc.org.