Browse Source

Merge pull request #7906 from Mathieu-Coupe/patch-2

[packages] tinyproxy: handling of option XTinyproxy
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
3d3cd5d394
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/tinyproxy/Makefile
  2. +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


Loading…
Cancel
Save