aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-07-28 07:59:40 +0000
committerJohn Crispin <john@openwrt.org>2008-07-28 07:59:40 +0000
commit5e942a9011a64a44a125aaa816fd4e7b7383f6af (patch)
tree00fb015af2b14b87b407b9ddcca36559d95797da /package/dnsmasq/files
parentb04b1359464c81ea20d181bb1a714f09a994a933 (diff)
downloadupstream-5e942a9011a64a44a125aaa816fd4e7b7383f6af.tar.gz
upstream-5e942a9011a64a44a125aaa816fd4e7b7383f6af.tar.bz2
upstream-5e942a9011a64a44a125aaa816fd4e7b7383f6af.zip
fixes dbus param of dnsmasq, #3818, thanks the.loeki
SVN-Revision: 11967
Diffstat (limited to 'package/dnsmasq/files')
-rw-r--r--package/dnsmasq/files/dnsmasq.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init
index c96654ef30..60ffc8c7aa 100644
--- 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"