From: hno <> Date: Wed, 22 Aug 2007 05:59:42 +0000 (+0000) Subject: The first local syslog facility is local0, not local9 (qwerty keyboard error) X-Git-Tag: SQUID_3_0_PRE7~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49c7307371f5da9e2d049c25a34ffeeb47d4c8e9;p=thirdparty%2Fsquid.git The first local syslog facility is local0, not local9 (qwerty keyboard error) --- diff --git a/src/cf.data.pre b/src/cf.data.pre index f09b160bdd..bb3610db0b 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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.