From: Aaron Drew Date: Thu, 12 Jan 2017 09:33:08 +0000 (+1100) Subject: https-dns-proxy: Fix wrong commandline argument X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d7a41ee08ab6c1b6acf6ea8701bd5c84ca1104d6;p=openwrt-packages.git https-dns-proxy: Fix wrong commandline argument Init scripts were configuring daemon to write log to file "127.0.0.1" instead. Signed-off-by: Aaron Drew --- diff --git a/net/https-dns-proxy/files/https_dns_proxy.init b/net/https-dns-proxy/files/https_dns_proxy.init index df1b22045..333f3cac3 100644 --- a/net/https-dns-proxy/files/https_dns_proxy.init +++ b/net/https-dns-proxy/files/https_dns_proxy.init @@ -16,7 +16,7 @@ start_instance() { procd_open_instance procd_set_param command ${PROG} \ - -l "$listen_addr" -p "$listen_port" \ + -a "$listen_addr" -p "$listen_port" \ -u "$user" -g "$group" procd_set_param respawn procd_close_instance