[packages] tinyproxy: fix logfile option
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24048 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=tinyproxy
|
PKG_NAME:=tinyproxy
|
||||||
PKG_VERSION:=1.8.2
|
PKG_VERSION:=1.8.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.banu.com/pub/tinyproxy/1.8/
|
PKG_SOURCE_URL:=http://www.banu.com/pub/tinyproxy/1.8/
|
||||||
|
@ -67,7 +67,7 @@ option StatFile "/usr/share/tinyproxy/stats.html"
|
|||||||
# Where to log the information. Either LogFile or Syslog should be set,
|
# Where to log the information. Either LogFile or Syslog should be set,
|
||||||
# but not both.
|
# but not both.
|
||||||
#
|
#
|
||||||
option Logfile "/var/log/tinyproxy.log"
|
option LogFile "/var/log/tinyproxy.log"
|
||||||
#option Syslog On
|
#option Syslog On
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -40,7 +40,7 @@ start_proxy() {
|
|||||||
|
|
||||||
proxy_string "$1" DefaultErrorFile >> $CFGFILE
|
proxy_string "$1" DefaultErrorFile >> $CFGFILE
|
||||||
proxy_string "$1" StatFile >> $CFGFILE
|
proxy_string "$1" StatFile >> $CFGFILE
|
||||||
proxy_string "$1" Logfile >> $CFGFILE
|
proxy_string "$1" LogFile >> $CFGFILE
|
||||||
|
|
||||||
proxy_flag "$1" SysLog >> $CFGFILE
|
proxy_flag "$1" SysLog >> $CFGFILE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user