--------------------- PatchSet 12428 Date: 2009/02/02 11:09:18 Author: hno Branch: SQUID_2_7 Tag: (none) Log: Author: Gilles Espinasse MFC: Bug 2494: Fix tproxy url in configure Members: configure.in:1.430.2.15->1.430.2.16 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid/squid/configure.in,v retrieving revision 1.430.2.15 retrieving revision 1.430.2.16 diff -u -r1.430.2.15 -r1.430.2.16 --- squid/configure.in 17 Oct 2008 18:55:54 -0000 1.430.2.15 +++ squid/configure.in 2 Feb 2009 11:09:18 -0000 1.430.2.16 @@ -1,7 +1,7 @@ dnl dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.430.2.15 2008/10/17 18:55:54 hno Exp $ +dnl $Id: configure.in,v 1.430.2.16 2009/02/02 11:09:18 hno Exp $ dnl dnl dnl @@ -10,7 +10,7 @@ AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE -AC_REVISION($Revision: 1.430.2.15 $)dnl +AC_REVISION($Revision: 1.430.2.16 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2749,9 +2749,9 @@ AC_MSG_RESULT($LINUX_TPROXY) fi if test "$LINUX_TPROXY" = "no" && test "$LINUX_NETFILTER" = "yes"; then - echo "WARNING: Cannot find TPROXY headers, you need to install the" + echo "WARNING: Cannot find TPROXY headers, you need to patch your kernel with the" echo "tproxy package from:" - echo " - lynx http://www.balabit.com/downloads/tproxy/" + echo " - lynx http://www.balabit.com/downloads/files/tproxy/" sleep 10 fi