diff --git a/debian/changelog b/debian/changelog index 899dd22..ee92f79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dnsmasq (2.60-1) unstable; urgency=low * New upstream. * Bump standards-version to 3.9.2 + * Fix typo in example config file. (closes: #654897) -- Simon Kelley Thu, 1 Dec 2011 15:49:33 +0000 diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example index 21f9519..f46a317 100644 --- a/dnsmasq.conf.example +++ b/dnsmasq.conf.example @@ -219,7 +219,7 @@ # any machine with Ethernet address starting 11:22:33: #dhcp-host=11:22:33:*:*:*,set:red -# Ignore any clients which are specified in dhcp-host lines +# Ignore any clients which are not specified in dhcp-host lines # or /etc/ethers. Equivalent to ISC "deny unknown-clients". # This relies on the special "known" tag which is set when # a host is matched.