geoff       2004/08/17 08:10:47

  Modified:    t/response/TestAPI access.pm
  Log:
  remove IdentityCheck directive since it's not in core.c from 2.1 onward
  and we don't really check for a running identd anyway
  
  Revision  Changes    Path
  1.10      +5 -1      modperl-2.0/t/response/TestAPI/access.pm
  
  Index: access.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/access.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- access.pm 9 Aug 2004 20:11:26 -0000       1.9
  +++ access.pm 17 Aug 2004 15:10:47 -0000      1.10
  @@ -57,4 +57,8 @@
   Options Indexes FollowSymLinks
   AuthName modperl
   AuthType none
  -IdentityCheck On
  +
  +# this directive was moved from core in Apache 2.1
  +# since we're not testing that identd is running
  +# anyway we probably don't need to include it at all
  +#IdentityCheck On
  
  
  

Reply via email to