add back in udhcp support

This commit is contained in:
Mike Frysinger
2006-05-08 03:20:50 +00:00
parent 15fe2e11d7
commit 7031f62d9b
62 changed files with 5815 additions and 0 deletions

17
networking/udhcp/udhcpd.8 Normal file
View File

@@ -0,0 +1,17 @@
.TH UDHCPD 8 2001-09-27 GNU/Linux "GNU/Linux Administrator's Manual"
.SH NAME
udhcpd \- very small DHCP server
.SH SYNOPSIS
.B udhcpd
.SH DESCRIPTION
The udhcp server negotiates leases with DHCP clients.
.SH FILES
.TP
.I /etc/udhcpd.conf
Configuration file.
.TP
.I /var/lib/misc/udhcpd.leases
Lease information file.
.SH SEE ALSO
.BR dumpleases (1),
.BR udhcpd.conf (8).