From: John Crispin Date: Mon, 28 Jul 2008 07:59:40 +0000 (+0000) Subject: fixes dbus param of dnsmasq, #3818, thanks the.loeki X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=740cd96e350634cd1b9c2db6bae1471e52fe1137;p=openwrt%2Fsvn-archive%2Farchive.git fixes dbus param of dnsmasq, #3818, thanks the.loeki SVN-Revision: 11967 --- 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"