[packages] tinyproxy: fix logfile option
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 20 Nov 2010 18:56:03 +0000 (18:56 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 20 Nov 2010 18:56:03 +0000 (18:56 +0000)
SVN-Revision: 24048

net/tinyproxy/Makefile
net/tinyproxy/files/tinyproxy.config
net/tinyproxy/files/tinyproxy.init

index 28147e416bbf36b0e24f524eff319c8a388f8045..e12b43ad67b16449c7013c0a5b7a6ecaa83a69cb 100644 (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/
index 1d9516ec1dff01a108ee5ffd21fb46827920ad6d..ffccc4072f1a73066e07a7b089fa6e1a4320d3b7 100644 (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
 
 #
index 72831b674bd48864bb9194f17d44c6ebc92220b0..d74fe8e4aa75fbb3b05cec8ae92eef5f93b35dda 100644 (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