summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 17:51:14 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 17:51:14 +0000
commita0d4d04b2b1610acb1322f062eaa4e25573065f5 (patch)
treedd051a0316308c1169a9e6cb916ee9796f39c0e4 /rules/dnsmasq.in
parent72d68b1cebbb3237e0de366a26eb8a5fba62f63f (diff)
downloadptxdist-a0d4d04b2b1610acb1322f062eaa4e25573065f5.tar.gz
ptxdist-a0d4d04b2b1610acb1322f062eaa4e25573065f5.tar.xz
documentation fix and change to autogenerated dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3818 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index 4caf0f4f6..11e997a2a 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -3,5 +3,18 @@ menu "dnsmasq "
config DNSMASQ
bool
prompt "dnsmasq"
+ help
+ A small caching DNS proxy and DHCP server.
+
+ Dnsmasq is lightweight, easy to configure DNS forwarder
+ and DHCP server. It is designed to provide DNS and,
+ optionally, DHCP, to a small network. It can serve the
+ names of local machines which are not in the global DNS.
+ The DHCP server integrates with the DNS server and allows
+ machines with DHCP-allocated addresses to appear in the DNS
+ with names configured either in each host or in a central
+ configuration file. Dnsmasq supports static and dynamic
+ DHCP leases and BOOTP for network booting of diskless machines.
+
endmenu