fixes dbus param of dnsmasq, #3818, thanks the.loeki
authorJohn Crispin <john@openwrt.org>
Mon, 28 Jul 2008 07:59:40 +0000 (07:59 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 28 Jul 2008 07:59:40 +0000 (07:59 +0000)
SVN-Revision: 11967

package/dnsmasq/files/dnsmasq.init

index c96654ef30bd3ebc62fa8706c056fd8e87a72378..60ffc8c7aa8579945176e78d1c77324fa5e85026 100644 (file)
@@ -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"