tinyproxy: Allow option is a list not an atom
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Oct 2008 18:56:31 +0000 (18:56 +0000)
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Oct 2008 18:56:31 +0000 (18:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12877 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/tinyproxy/files/tinyproxy.init

index de2777e..e9eade4 100644 (file)
@@ -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