projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae6473
)
fixes dbus param of dnsmasq, #3818, thanks the.loeki
author
John Crispin
<blogic@openwrt.org>
Mon, 28 Jul 2008 07:59:40 +0000
(07:59 +0000)
committer
John Crispin
<blogic@openwrt.org>
Mon, 28 Jul 2008 07:59:40 +0000
(07:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11967
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index
c96654e
..
60ffc8c
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-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"