]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Change of email to hno@squid-cache.org
authorhno <>
Wed, 12 Sep 2001 15:45:53 +0000 (15:45 +0000)
committerhno <>
Wed, 12 Sep 2001 15:45:53 +0000 (15:45 +0000)
CONTRIBUTORS
configure.in
helpers/basic_auth/PAM/pam_auth.c

index 815cdf0b8346d30a0b10398de6fec89955b59149..f161bf4cf8757a9f6ad4490a369005c3a199b0d5 100644 (file)
@@ -1,7 +1,7 @@
 Special thanks go to people who have volunteered their time, effort,
 and ideas to make this software available.
 
-       Henrik Nordstrom <hno@hem.passagen.se>
+       Henrik Nordstrom <hno@squid-cache.org>
        Mark Treacy <mark@aone.com.au>
        Daniel O'Callaghan <danny@miriworld.its.unimelb.EDU.AU>
        George Michaelson <ggm@connect.com.au>
index c5840cc52eff771c7e45afa61eacf15bd8943cb1..63a1f252cc29006cd927aac00c6ceda4d1611a37 100644 (file)
@@ -3,7 +3,7 @@ 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.232 2001/09/04 01:02:49 robertc Exp $
+dnl  $Id: configure.in,v 1.233 2001/09/12 09:45:53 hno Exp $
 dnl
 dnl
 dnl
@@ -11,7 +11,7 @@ AC_INIT(src/main.c)
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.232 $)dnl
+AC_REVISION($Revision: 1.233 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 
 dnl Set default LDFLAGS
@@ -1439,7 +1439,7 @@ if test -z "$ac_cv_func_poll"; then
                        ac_cv_func_poll='no'
                        ;;
                [*-linux-*])
-                       # Henrik Nordstrom (hno@hem.passagen.se) 19980817
+                       # Henrik Nordstrom (hno@squid-cache.org) 19980817
                        # poll is problematic on Linux.  We disable it
                        # by default until Linux gets it right.
                        rev=`uname -r | awk -F. '{printf "%03d%03d",$1,$2}'`
index 8ed031ef7770171770828d003a68a7c190238eb9..e9f602edde90d50fcade5317fc2fc89608f45db3 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * $Id: pam_auth.c,v 1.2 2001/01/12 00:37:29 wessels Exp $
+ * $Id: pam_auth.c,v 1.3 2001/09/12 09:45:54 hno Exp $
  *
  * PAM authenticator module for Squid.
- * Copyright (C) 1999 Henrik Nordstrom <hno@hem.passagen.se>
+ * Copyright (C) 1999 Henrik Nordstrom <hno@squid-cache.org>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by