]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update FAQ pointers
authorwessels <>
Thu, 28 May 1998 22:07:36 +0000 (22:07 +0000)
committerwessels <>
Thu, 28 May 1998 22:07:36 +0000 (22:07 +0000)
configure
configure.in

index 7a593aac9d3eda42e3fdf2eefd65b66e0b06ce94..51241e22d4fcfb2ab55c306702db866f5bc4a2d9 100755 (executable)
--- 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
index 6b3266087843a4394edd03e39966bcffe409e50b..52b78c3a4e64fe7e24e0696aed7b5047211f283c 100644 (file)
@@ -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