mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
Merge pull request #7906 from Mathieu-Coupe/patch-2
[packages] tinyproxy: handling of option XTinyproxy
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user