Update Debian readme for new build options and (belatedly) for the

introduction of dnsmasq-utils.
This commit is contained in:
Simon Kelley
2012-02-10 21:26:52 +00:00
parent 627797800d
commit 6ea6dcf05b

10
debian/readme vendored
View File

@@ -52,7 +52,10 @@ Notes on configuring dnsmasq as packaged for Debian.
nodocs : omit documentation. nodocs : omit documentation.
notftp : omit TFTP support. notftp : omit TFTP support.
nodhcp : omit DHCP support. nodhcp : omit DHCP support.
nodhcp6 : omit DHCPv6 support.
noscript : omit lease-change script support. noscript : omit lease-change script support.
use_lua : provide support for lease-change scripts written
in Lua.
noipv6 : omit IPv6 support. noipv6 : omit IPv6 support.
nodbus : omit DBus support. nodbus : omit DBus support.
noconntrack : omit connection tracking support. noconntrack : omit connection tracking support.
@@ -61,10 +64,13 @@ Notes on configuring dnsmasq as packaged for Debian.
noidn : omit international domain name support, must be noidn : omit international domain name support, must be
combined with noi18n to be effective. combined with noi18n to be effective.
(9) Dnsmasq comes as two packages - dnsmasq-base and
dnsmasq. dnsmasq-base provides the dnsmasq executable and (9) Dnsmasq comes as three packages - dnsmasq-utils, dnsmasq-base and
dnsmasq. Dnsmasq-base provides the dnsmasq executable and
documentation (including this file). Dnsmasq, which depends on documentation (including this file). Dnsmasq, which depends on
dnsmasq-base, provides the init script and configuration dnsmasq-base, provides the init script and configuration
infrastructure. This file assumes that both are installed. It is infrastructure. This file assumes that both are installed. It is
possible to install only dnsmasq-base and use dnsmasq as a possible to install only dnsmasq-base and use dnsmasq as a
non-"system" daemon. Libvirt, for instance, does this. non-"system" daemon. Libvirt, for instance, does this.
Dnsmasq-utils provides the utilities dhcp_release and
dhcp_lease_time.