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/
# 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
#
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