fixes dbus param of dnsmasq, #3818, thanks the.loeki
SVN-Revision: 11967
This commit is contained in:
parent
b04b135946
commit
5e942a9011
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ dnsmasq() {
|
|||
append_bool "$cfg" noresolv "-R"
|
||||
append_bool "$cfg" localise_queries "-y"
|
||||
append_bool "$cfg" readethers "-Z"
|
||||
append_bool "$cfg" dbus "-l"
|
||||
append_bool "$cfg" dbus "-1"
|
||||
append_bool "$cfg" boguspriv "-b"
|
||||
append_bool "$cfg" expandhosts "-E"
|
||||
|
||||
|
|
Loading…
Reference in a new issue