This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#7906
from Mathieu-Coupe/patch-2
[packages] tinyproxy: handling of option XTinyproxy
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
parent
d544a6ba24
5342bf6146
commit
3d3cd5d394
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/tinyproxy/Makefile
+1
-1
net/tinyproxy/files/tinyproxy.init
+ 1
- 1
net/tinyproxy/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
tinyproxy
PKG_VERSION
:=
1.8.3
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
http://www.banu.com/pub/tinyproxy/1.8/
+ 1
- 1
net/tinyproxy/files/tinyproxy.init
View File
@ -50,7 +50,7 @@ start_proxy() {
proxy_atom "$1" LogLevel >> $CFGFILE
proxy_
list
"$1" XTinyproxy >> $CFGFILE
proxy_
flag
"$1" XTinyproxy >> $CFGFILE
proxy_atom "$1" MaxClients >> $CFGFILE
proxy_atom "$1" MinSpareServers >> $CFGFILE
Write
Preview
Loading…
Cancel
Save