From f45ebbb16cf0408de8fb9b4370881a55c7d057c6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 20 Nov 2010 18:56:03 +0000 Subject: [PATCH] tinyproxy: fix logfile option SVN-Revision: 24048 --- net/tinyproxy/Makefile | 2 +- net/tinyproxy/files/tinyproxy.config | 2 +- net/tinyproxy/files/tinyproxy.init | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tinyproxy/Makefile b/net/tinyproxy/Makefile index 28147e416..e12b43ad6 100644 --- a/net/tinyproxy/Makefile +++ b/net/tinyproxy/Makefile @@ -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/ diff --git a/net/tinyproxy/files/tinyproxy.config b/net/tinyproxy/files/tinyproxy.config index 1d9516ec1..ffccc4072 100644 --- a/net/tinyproxy/files/tinyproxy.config +++ b/net/tinyproxy/files/tinyproxy.config @@ -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 # diff --git a/net/tinyproxy/files/tinyproxy.init b/net/tinyproxy/files/tinyproxy.init index 72831b674..d74fe8e4a 100644 --- a/net/tinyproxy/files/tinyproxy.init +++ b/net/tinyproxy/files/tinyproxy.init @@ -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 -- 2.30.2