]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The first local syslog facility is local0, not local9 (qwerty keyboard error)
authorhno <>
Wed, 22 Aug 2007 05:59:42 +0000 (05:59 +0000)
committerhno <>
Wed, 22 Aug 2007 05:59:42 +0000 (05:59 +0000)
src/cf.data.pre

index f09b160bddb76d049349f1904108165b70d58102..bb3610db0b4d028466e5e413e5a05079e1797d97 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.456 2007/08/21 23:51:36 hno Exp $
+# $Id: cf.data.pre,v 1.457 2007/08/21 23:59:42 hno Exp $
 #
 # SQUID Web Proxy Cache                http://www.squid-cache.org/
 # ----------------------------------------------------------
@@ -1129,7 +1129,7 @@ DOC_START
 
        access_log syslog[:facility.priority] [format [acl1 [acl2 ....]]]
        where facility could be any of:
-       authpriv, daemon, local9 .. local7 or user.
+       authpriv, daemon, local0 .. local7 or user.
 
        And priority could be any of:
        err, warning, notice, info, debug.