tinyproxy: Allow option is a list not an atom
authorSteven Barth <cyrus@openwrt.org>
Mon, 6 Oct 2008 18:56:31 +0000 (18:56 +0000)
committerSteven Barth <cyrus@openwrt.org>
Mon, 6 Oct 2008 18:56:31 +0000 (18:56 +0000)
SVN-Revision: 12877

net/tinyproxy/files/tinyproxy.init

index de2777e6fb8b90f76cd2b34629b78f4304a0b538..e9eade468b9e2030b4361f5e15472e0699d61621 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