brian       97/12/05 15:46:58

  Modified:    .        log_accum.pl
  Log:
  trying new log_accum, which will send modperl messages to modperl-cvs.
  I've already created aliases for other modules.
  
  Revision  Changes    Path
  1.35      +5 -4      CVSROOT/log_accum.pl
  
  Index: log_accum.pl
  ===================================================================
  RCS file: /export/home/cvs/CVSROOT/log_accum.pl,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- log_accum.pl      1997/08/11 19:09:22     1.34
  +++ log_accum.pl      1997/12/05 23:46:57     1.35
  @@ -322,11 +322,12 @@
   
   ##########################
   # Uncomment the following if we ever have per-repository cvs mail
  -#
  -# if (defined($mlist)) {
  -#     $MAIL_TO = $mlist . '-cvs';
  -# }
  +
  + if (defined($mlist)) {
  +     $MAIL_TO = $mlist . '-cvs';
  + }
   # else { undef $MAIL_TO; }
  +
   ##########################
   #
   # Check for a new directory first.  This will always appear as a
  
  
  

Reply via email to