This commit is contained in:
Simon Kelley
2012-01-06 20:16:07 +00:00
parent 5954608577
commit 3862deb398
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -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 <simon@thekelleys.org.uk> Thu, 1 Dec 2011 15:49:33 +0000

View File

@@ -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.