diff options
author | John Crispin <john@openwrt.org> | 2008-07-28 07:59:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-07-28 07:59:40 +0000 |
commit | 5e942a9011a64a44a125aaa816fd4e7b7383f6af (patch) | |
tree | 00fb015af2b14b87b407b9ddcca36559d95797da /package/dnsmasq/files/dnsmasq.init | |
parent | b04b1359464c81ea20d181bb1a714f09a994a933 (diff) | |
download | upstream-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/dnsmasq.init')
-rw-r--r-- | package/dnsmasq/files/dnsmasq.init | 2 |
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" |