[BACK]Return to log_generate.pl CVS log [TXT][DIR] Up to [local] / CVSROOT

Diff for /CVSROOT/log_generate.pl between version 1.4 and 1.7

version 1.4, 2000/09/22 17:11:37 version 1.7, 2003/09/27 14:24:42
Line 1 
Line 1 
 #!/usr/bin/perl -w  #!/usr/bin/perl -w
 #  #
 # $OpenXM: CVSROOT/log_generate.pl,v 1.3 1999/11/12 15:18:10 maekawa Exp $  # $OpenXM: CVSROOT/log_generate.pl,v 1.6 2000/10/28 16:52:27 maekawa Exp $
 #  #
 # Most parts obtained from FreeBSD.org and modified for OpenXM  # Most parts obtained from FreeBSD.org and modified for OpenXM
 #  #
Line 45  $SUMMARY_FILE  = "/tmp/#cvs.files.summary";
Line 45  $SUMMARY_FILE  = "/tmp/#cvs.files.summary";
 $MAIL_FILE     = "/tmp/#cvs.files.mail";  $MAIL_FILE     = "/tmp/#cvs.files.mail";
 $SUBJ_FILE     = "/tmp/#cvs.files.subj";  $SUBJ_FILE     = "/tmp/#cvs.files.subj";
   
 $CVSROOT       = $ENV{'CVSROOT'} || "/usr/cvs";  $CVSROOT       = $ENV{'CVSROOT'} || "/home/cvsroot/openxm";
   
 ############################################################  ############################################################
 #  #
Line 292  sub mail_notification {
Line 292  sub mail_notification {
     if ($debug) {      if ($debug) {
         open(MAIL, "| /usr/sbin/mailsend -H $owner$dom");          open(MAIL, "| /usr/sbin/mailsend -H $owner$dom");
     } else {      } else {
         open(MAIL, "| /usr/sbin/mailsend -H cvs-committers\@openxm\.org");          open(MAIL, "| /usr/sbin/mailsend -H cvs-committers$dom");
     }      }
   
 # This is turned off since the To: lines go overboard.  # This is turned off since the To: lines go overboard.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>