Merge from vendor branch GCC:
[dragonfly.git] / contrib / isc-dhcp / client / dhclient.leases.5
1 .\"     dhclient.conf.5
2 .\"
3 .\" Copyright (c) 1997-2002 The Internet Software Consortium.
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\"
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. Neither the name of The Internet Software Consortium nor the names
16 .\"    of its contributors may be used to endorse or promote products derived
17 .\"    from this software without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE INTERNET SOFTWARE CONSORTIUM AND
20 .\" CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
21 .\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
22 .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23 .\" DISCLAIMED.  IN NO EVENT SHALL THE INTERNET SOFTWARE CONSORTIUM OR
24 .\" CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 .\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 .\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
27 .\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
28 .\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
30 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 .\" SUCH DAMAGE.
32 .\"
33 .\" This software has been written for the Internet Software Consortium
34 .\" by Ted Lemon in cooperation with Vixie
35 .\" Enterprises.  To learn more about the Internet Software Consortium,
36 .\" see ``http://www.isc.org/isc''.  To learn more about Vixie
37 .\" Enterprises, see ``http://www.vix.com''.
38 .\"
39 .\" $Id: dhclient.leases.5,v 1.2.4.3 2002/11/17 02:25:44 dhankins Exp $
40 .\" $FreeBSD: src/contrib/isc-dhcp/client/dhclient.leases.5,v 1.5 2003/01/16 07:36:45 obrien Exp $
41 .\" $DragonFly: src/contrib/isc-dhcp/client/Attic/dhclient.leases.5,v 1.3 2003/10/11 21:14:12 dillon Exp $
42 .\"
43 .TH dhclient.leases 5
44 .SH NAME
45 dhclient.leases - DHCP client lease database
46 .SH DESCRIPTION
47 The Internet Software Consortium DHCP client keeps a persistent
48 database of leases that it has acquired that are still valid.   The
49 database is a free-form ASCII file containing one valid declaration
50 per lease.   If more than one declaration appears for a given lease,
51 the last one in the file is used.   The file is written as a log, so
52 this is not an unusual occurrance.
53 .PP
54 The format of the lease declarations is described in
55 .B dhclient.conf(5).
56 .SH FILES
57 .B DBDIR/dhclient.leases
58 .SH SEE ALSO
59 dhclient(8), dhcp-options(5), dhclient.conf(5),
60 RFC2132, RFC2131.
61 .SH AUTHOR
62 .B dhclient(8)
63 was written by Ted Lemon
64 under a contract with Vixie Labs.   Funding
65 for this project was provided by the Internet Software Consortium.
66 Information about the Internet Software Consortium can be found at
67 .B http://www.isc.org.