diff options
author | Michael Adam <obnox@samba.org> | 2010-03-02 23:41:37 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-03-02 23:41:37 +0100 |
commit | 243526d493656ace32edf13a594839adcf753d82 (patch) | |
tree | 35c883a98d111ee4dc8811488791a00da683e284 | |
parent | e87c856487d4b01dfb149fe70c8df79b539e7d3a (diff) | |
download | tinyproxy-243526d493656ace32edf13a594839adcf753d82.tar.gz tinyproxy-243526d493656ace32edf13a594839adcf753d82.zip |
Comment out the LogFile and PidFile options in the example tinyproxy.conf.
These are compiled in defaults now.
Michael
Diffstat (limited to '')
-rw-r--r-- | etc/tinyproxy.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |