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