summaryrefslogtreecommitdiffstats
path: root/rules/dhcp.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 17:39:55 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 17:39:55 +0000
commitca389617c1091afb83827d62bcecc36a80ac5e7a (patch)
treed6140819f45a1bc73f64080a41b9472d7d107a79 /rules/dhcp.in
parentf325bebe3d680e18330b0b2266d82f1b663b44c6 (diff)
downloadptxdist-ca389617c1091afb83827d62bcecc36a80ac5e7a.tar.gz
ptxdist-ca389617c1091afb83827d62bcecc36a80ac5e7a.tar.xz
documentation fix and change to autogenerated dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3815 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dhcp.in')
-rw-r--r--rules/dhcp.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/dhcp.in b/rules/dhcp.in
index ed5aa20f1..f7e053683 100644
--- a/rules/dhcp.in
+++ b/rules/dhcp.in
@@ -3,5 +3,16 @@ menu "dhcp "
config DHCP
bool
prompt "DHCP"
+ help
+ This is the DHCP server from version 3 of the Internet Software
+ Consortium DHCP package. For more information visit the ISC web
+ site at http://www.isc.org.
+
+ Dynamic Host Configuration Protocol (DHCP) is a protocol like
+ BOOTP (actually dhcpd includes much of the functionality of
+ BOOTPD!). It assigns IP addresses to clients based on lease
+ times.
+
+ Multiple Ethernet Interfaces are supported by this DHCP package.
endmenu