From: Amos Jeffries Date: Fri, 19 Sep 2008 04:08:51 +0000 (+1200) Subject: Author: Francois Cami X-Git-Tag: SQUID_3_0_STABLE10~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8972aa353c3441c69aa483967f7a58d5ddfbb2a;p=thirdparty%2Fsquid.git Author: Francois Cami Bug 2466: bad links in ./configure due to website changes --- diff --git a/configure.in b/configure.in index be6fccb348..4bff4ef39e 100755 --- a/configure.in +++ b/configure.in @@ -935,7 +935,7 @@ AC_ARG_ENABLE(forw-via-db, AC_ARG_ENABLE(cache-digests, [ --enable-cache-digests Use Cache Digests - see http://www.squid-cache.org/FAQ/FAQ-16.html], + see http://wiki.squid-cache.org/SquidFaq/CacheDigests], [ if test "$enableval" = "yes" ; then echo "USE_CACHE_DIGESTS enabled" AC_DEFINE(USE_CACHE_DIGESTS,1,[Use Cache Digests for locating objects in neighbor caches. This code is still semi-experimental.]) @@ -3051,7 +3051,7 @@ AC_DEFINE_UNQUOTED(SQUID_MAXFD, $SQUID_MAXFD,[Maximum number of open filedescrip if test "$SQUID_MAXFD" -lt 512 ; then echo "WARNING: $SQUID_MAXFD may not be enough filedescriptors if your" echo " cache will be very busy. Please see the FAQ page" - echo " http://www.squid-cache.org/FAQ/FAQ-11.html#filedescriptors" + echo " http://wiki.squid-cache.org/SquidFaq/TroubleShooting" echo " on how to increase your filedescriptor limit" sleep 10 fi