From 09fea20c083fdb5750e0b4342d31f1128659a240 Mon Sep 17 00:00:00 2001 From: cyrus Date: Mon, 6 Oct 2008 18:56:31 +0000 Subject: [PATCH] tinyproxy: Allow option is a list not an atom git-svn-id: svn://svn.openwrt.org/openwrt/packages@12877 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tinyproxy/files/tinyproxy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tinyproxy/files/tinyproxy.init b/net/tinyproxy/files/tinyproxy.init index de2777e6f..e9eade468 100644 --- a/net/tinyproxy/files/tinyproxy.init +++ b/net/tinyproxy/files/tinyproxy.init @@ -52,7 +52,7 @@ start_proxy() { proxy_atom "$1" MaxSpareServers >> $CFGFILE proxy_atom "$1" StartServers >> $CFGFILE proxy_atom "$1" MaxRequestsPerChild >> $CFGFILE - proxy_atom "$1" Allow >> $CFGFILE + proxy_list "$1" Allow >> $CFGFILE proxy_string "$1" ViaProxyName >> $CFGFILE proxy_string "$1" Filter >> $CFGFILE -- 2.11.0