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-Tag: v19.07.0-rc1~36653 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5e942a9011a64a44a125aaa816fd4e7b7383f6af;p=openwrt%2Fstaging%2Fhauke.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"