From: wessels <> Date: Thu, 28 May 1998 22:07:36 +0000 (+0000) Subject: update FAQ pointers X-Git-Tag: SQUID_3_0_PRE1~3224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=043e3d7890cf4f0a65d12e4aa32ff8ba0885b496;p=thirdparty%2Fsquid.git update FAQ pointers --- diff --git a/configure b/configure index 7a593aac9d..51241e22d4 100755 --- a/configure +++ b/configure @@ -54,7 +54,7 @@ ac_help="$ac_help --enable-forw-via-db Enable Forw/Via database" ac_help="$ac_help --enable-cache-digests Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-15.html" + see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html" ac_help="$ac_help --enable-err-language=lang Select language for Error pages (see errors dir) " @@ -3950,7 +3950,7 @@ EOF 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://squid.nlanr.net/Squid/FAQ/FAQ-10.html#filedescriptors" + echo " http://squid.nlanr.net/Squid/FAQ/FAQ-11.html#filedescriptors" echo " on how to increase your filedescriptor limit" sleep 10 fi diff --git a/configure.in b/configure.in index 6b32660878..52b78c3a4e 100644 --- a/configure.in +++ b/configure.in @@ -3,13 +3,13 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.129 1998/05/08 22:58:34 wessels Exp $ +dnl $Id: configure.in,v 1.130 1998/05/28 16:07:36 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.129 $)dnl +AC_REVISION($Revision: 1.130 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -344,7 +344,7 @@ AC_ARG_ENABLE(forw-via-db, AC_ARG_ENABLE(cache-digests, [ --enable-cache-digests Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-15.html], + see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html], [ if test "$enableval" = "yes" ; then echo "USE_CACHE_DIGESTS enabled" AC_DEFINE(USE_CACHE_DIGESTS) @@ -847,7 +847,7 @@ AC_DEFINE_UNQUOTED(SQUID_MAXFD, $SQUID_MAXFD) 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://squid.nlanr.net/Squid/FAQ/FAQ-10.html#filedescriptors" + echo " http://squid.nlanr.net/Squid/FAQ/FAQ-11.html#filedescriptors" echo " on how to increase your filedescriptor limit" sleep 10 fi