From 243526d493656ace32edf13a594839adcf753d82 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 2 Mar 2010 23:41:37 +0100 Subject: Comment out the LogFile and PidFile options in the example tinyproxy.conf. These are compiled in defaults now. Michael --- etc/tinyproxy.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index e1cc838..e4eeb91 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -92,7 +92,7 @@ StatFile "@pkgdatadir@/stats.html" # and enable the Syslog directive. These directives are mutually # exclusive. # -LogFile "@localstatedir@/log/tinyproxy/tinyproxy.log" +#LogFile "@localstatedir@/log/tinyproxy/tinyproxy.log" # # Syslog: Tell tinyproxy to use syslog instead of a logfile. This @@ -122,7 +122,7 @@ LogLevel Info # PidFile: Write the PID of the main tinyproxy thread to this file so it # can be used for signalling purposes. # -PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid" +#PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid" # # XTinyproxy: Tell Tinyproxy to include the X-Tinyproxy header, which -- cgit v1.2.3