diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-12-11 22:34:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-12-11 22:34:34 +0000 |
commit | c1949822ea4a306bbf5ff18095643fbfd809bc35 (patch) | |
tree | 2bd6d5a5f443d3ffe23f49df386b331258b5252f | |
parent | cd37776a81774f3b022b8cd6121bb8a210b47979 (diff) | |
download | mtk-20170518-c1949822ea4a306bbf5ff18095643fbfd809bc35.zip mtk-20170518-c1949822ea4a306bbf5ff18095643fbfd809bc35.tar.gz mtk-20170518-c1949822ea4a306bbf5ff18095643fbfd809bc35.tar.bz2 |
fix documented syntax for /etc/ethers in dnsmasq.conf (fixes #65)
SVN-Revision: 2627
-rw-r--r-- | openwrt/package/dnsmasq/files/dnsmasq.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dnsmasq/files/dnsmasq.conf b/openwrt/package/dnsmasq/files/dnsmasq.conf index c770d53..ccf270d 100644 --- a/openwrt/package/dnsmasq/files/dnsmasq.conf +++ b/openwrt/package/dnsmasq/files/dnsmasq.conf @@ -14,7 +14,7 @@ dhcp-authoritative #dhcp-leasefile=/tmp/dhcp.leases # use /etc/ethers for static hosts; same format as --dhcp-host -# <hwaddr> [<hostname>] <ipaddr> +# <hwaddr> <ipaddr> read-ethers # other useful options: |