aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2007-08-30 17:18:04 +0000
committerTravis Kemen <thepeople@openwrt.org>2007-08-30 17:18:04 +0000
commitf3d7b822b3940bf29dce11ee156ea73d98e3f983 (patch)
tree34b30273731bde47ed6b244a14b3c6005c18da66 /package/dnsmasq
parentb5c129685224222c063169a5eff9a489b9745de2 (diff)
downloadupstream-f3d7b822b3940bf29dce11ee156ea73d98e3f983.tar.gz
upstream-f3d7b822b3940bf29dce11ee156ea73d98e3f983.tar.bz2
upstream-f3d7b822b3940bf29dce11ee156ea73d98e3f983.zip
fix incorrect parameters
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/files/dnsmasq.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init
index 93b51a5512..49f10220bc 100644
--- a/package/dnsmasq/files/dnsmasq.init
+++ b/package/dnsmasq/files/dnsmasq.init
@@ -31,12 +31,12 @@ dnsmasq() {
append_bool "$cfg" nodaemon "-d"
append_bool "$cfg" domainneeded "-D"
append_bool "$cfg" filterwin2k "-f"
- append_bool "$cfg" nohosts "-I $nohosts"
+ append_bool "$cfg" nohosts "-h"
append_bool "$cfg" nonegcache "-N"
append_bool "$cfg" strictorder "-o"
append_bool "$cfg" logqueries "-q"
- append_bool "$cfg" noresolv "-I $noresolv"
- append_bool "$cfg" localise_queries "-I $localise_queries"
+ append_bool "$cfg" noresolv "-R"
+ append_bool "$cfg" localise_queries "-y"
append_bool "$cfg" readethers "-Z"
append_bool "$cfg" dbus "-l"