diff options
author | Michael Adam <obnox@samba.org> | 2010-02-23 08:06:55 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-02-23 08:06:55 +0100 |
commit | f923649a1143f2fd88fe39af532a2951aae8a95a (patch) | |
tree | 27ce3c1c545b68c2f8805ceeb206d15dc8508d23 | |
parent | 3f1632603c2460efd6f9443d9307c6e9767363e4 (diff) | |
download | tinyproxy-f923649a1143f2fd88fe39af532a2951aae8a95a.tar.gz tinyproxy-f923649a1143f2fd88fe39af532a2951aae8a95a.zip |
tinyproxy.conf: fix LogFile to proper CamelCase for consistency
-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 2b64464..ab7f540 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -87,12 +87,12 @@ DefaultErrorFile "@pkgdatadir@/default.html" StatFile "@pkgdatadir@/stats.html" # -# Logfile: Allows you to specify the location where information should +# LogFile: Allows you to specify the location where information should # be logged to. If you would prefer to log to syslog, then disable this # and enable the Syslog directive. These directives are mutually # exclusive. # -Logfile "@localstatedir@/log/tinyproxy.log" +LogFile "@localstatedir@/log/tinyproxy.log" # # Syslog: Tell tinyproxy to use syslog instead of a logfile. This |