You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by kh...@hyperreal.org on 1999/04/07 21:10:17 UTC

cvs commit: modperl/apaci load_modules.pl.PL

khera       99/04/07 12:10:17

  Modified:    apaci    load_modules.pl.PL
  Log:
  log_agent and log_referer use the bass-ackward module names, too,  so
  we need to correct them when generating the LoadModule commands.
  
  Revision  Changes    Path
  1.3       +3 -0      modperl/apaci/load_modules.pl.PL
  
  Index: load_modules.pl.PL
  ===================================================================
  RCS file: /home/cvs/modperl/apaci/load_modules.pl.PL,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- load_modules.pl.PL	1999/01/20 23:16:30	1.2
  +++ load_modules.pl.PL	1999/04/07 19:10:16	1.3
  @@ -1,3 +1,4 @@
  +#! /usr/local/bin/perl
   use File::Find;
   use strict;
   my $APACHE_SRC = shift;
  @@ -23,6 +24,8 @@
       actions => "action",
       auth_anon => "anon_auth",
       auth_dbm => "dbm_auth",
  +    log_agent => "agent_log",
  +    log_referer => "referer_log"
   };
   
   my @sh_mods = ();