From: Amos Jeffries Date: Sun, 3 May 2009 12:16:51 +0000 (+1200) Subject: Author: Rene Geile X-Git-Tag: SQUID_3_0_STABLE15~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e217b237ff108d7f5f9ddf9ec5ca913c4c39136;p=thirdparty%2Fsquid.git Author: Rene Geile Fix incorrect name of digest_pw_auth helper via Debian project http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517528 --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 6644feccee..07ea2ca53a 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -185,7 +185,7 @@ DOC_START If you want to use a digest authenticator, set this line to something like - auth_param digest program @DEFAULT_PREFIX@/bin/digest_auth_pw @DEFAULT_PREFIX@/etc/digpass + auth_param digest program @DEFAULT_PREFIX@/bin/digest_pw_auth @DEFAULT_PREFIX@/etc/digpass "children" numberofchildren The number of authenticator processes to spawn (no default).