head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.10.03.10.46.42;	author adrian;	state dead;
branches;
next	1.2;

1.2
date	98.04.10.05.11.38;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	98.02.08.03.39.06;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Properly delete the squid22 port
Oops. :)
@
text
@*** /tmp/configure.in	Sat Feb  7 21:20:29 1998
--- configure.in	Sat Feb  7 21:24:48 1998
***************
*** 19,31 ****
  REGEXLIB=''	# -lregex
  LIBREGEX=''	# libregex.a
  
- dnl use directory structure of cached as default (hack)
- if test "$libexecdir" = '${exec_prefix}/libexec'; then
- 	libexecdir='${bindir}'
- 	localstatedir='${prefix}'
- 
- fi
- 
  dnl use .exe suffix for executables on cygwin32 platform
  case "$host_os" in
  cygwin32)
--- 19,24 ----
@


1.2
log
@Update squid-1.2b18 -> 1.2.b19 (with dist patch)
Read ChangeLog for the large list of bugfixes/changes/new features.
@
text
@@


1.1
log
@Evan sent me a port update moments after I committed one.  Pick out some
of the changes he's made..  (Although I'm not so sure about moving the
cache to /var/spool/squid...)

Reviewed by:	Evan Champion <evanc@@synapse.net>
@
text
@d15 3
a17 3
  if test -z "$CACHE_HTTP_PORT"; then
  	CACHE_HTTP_PORT="3128"
  fi
@
