[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:
jow 2010-11-20 18:56:03 +00:00
parent ce165c1a57
commit ff71c9fff0
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=tinyproxy
PKG_VERSION:=1.8.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.banu.com/pub/tinyproxy/1.8/

View File

@ -67,7 +67,7 @@ option StatFile "/usr/share/tinyproxy/stats.html"
# Where to log the information. Either LogFile or Syslog should be set,
# but not both.
#
option Logfile "/var/log/tinyproxy.log"
option LogFile "/var/log/tinyproxy.log"
#option Syslog On
#

View File

@ -40,7 +40,7 @@ start_proxy() {
proxy_string "$1" DefaultErrorFile >> $CFGFILE
proxy_string "$1" StatFile >> $CFGFILE
proxy_string "$1" Logfile >> $CFGFILE
proxy_string "$1" LogFile >> $CFGFILE
proxy_flag "$1" SysLog >> $CFGFILE