commit 4de86db783a50e1cda7f590f2f7c53d9ece5063d
parent ae9d95d9eca8aa5e85963679dfde048933574586
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Thu, 12 Jan 2017 13:05:49 +0200
Merge pull request #3825 from aarond10/patch-2
https-dns-proxy: Fix wrong commandline argument
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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