projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0080bbc
)
tinyproxy: Allow option is a list not an atom
author
Steven Barth
<cyrus@openwrt.org>
Mon, 6 Oct 2008 18:56:31 +0000
(18:56 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Mon, 6 Oct 2008 18:56:31 +0000
(18:56 +0000)
SVN-Revision: 12877
net/tinyproxy/files/tinyproxy.init
patch
|
blob
|
history
diff --git
a/net/tinyproxy/files/tinyproxy.init
b/net/tinyproxy/files/tinyproxy.init
index de2777e6fb8b90f76cd2b34629b78f4304a0b538..e9eade468b9e2030b4361f5e15472e0699d61621 100644
(file)
--- 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