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 | a29a13a6429fdaa9f2360264a79706888f6470aa (patch) | |
tree | 4301c6fcf4e3b4ffb38489ce36dc718862431923 | |
parent | 948e20b93651a81c8a637e7056e8cb157463c359 (diff) | |
download | upstream-a29a13a6429fdaa9f2360264a79706888f6470aa.tar.gz upstream-a29a13a6429fdaa9f2360264a79706888f6470aa.tar.bz2 upstream-a29a13a6429fdaa9f2360264a79706888f6470aa.zip |
fix documented syntax for /etc/ethers in dnsmasq.conf (fixes #65)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2627 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/dnsmasq/files/dnsmasq.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index c770d53dde..ccf270d3b5 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/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: |