Skip to content
Snippets Groups Projects
Commit f0cdd3ff authored by Travis Kemen's avatar Travis Kemen
Browse files

fix incorrect parameters

SVN-Revision: 8554
parent dc53d28b
No related branches found
No related tags found
No related merge requests found
...@@ -31,12 +31,12 @@ dnsmasq() { ...@@ -31,12 +31,12 @@ dnsmasq() {
append_bool "$cfg" nodaemon "-d" append_bool "$cfg" nodaemon "-d"
append_bool "$cfg" domainneeded "-D" append_bool "$cfg" domainneeded "-D"
append_bool "$cfg" filterwin2k "-f" append_bool "$cfg" filterwin2k "-f"
append_bool "$cfg" nohosts "-I $nohosts" append_bool "$cfg" nohosts "-h"
append_bool "$cfg" nonegcache "-N" append_bool "$cfg" nonegcache "-N"
append_bool "$cfg" strictorder "-o" append_bool "$cfg" strictorder "-o"
append_bool "$cfg" logqueries "-q" append_bool "$cfg" logqueries "-q"
append_bool "$cfg" noresolv "-I $noresolv" append_bool "$cfg" noresolv "-R"
append_bool "$cfg" localise_queries "-I $localise_queries" append_bool "$cfg" localise_queries "-y"
append_bool "$cfg" readethers "-Z" append_bool "$cfg" readethers "-Z"
append_bool "$cfg" dbus "-l" append_bool "$cfg" dbus "-l"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment