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

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

version 1.3, 1999/11/12 15:18:10 version 1.4, 2000/09/22 17:11:37
Line 1 
Line 1 
 #!/usr/bin/perl -w  #!/usr/bin/perl -w
 #  #
 # $OpenXM: CVSROOT/log_generate.pl,v 1.2 1999/10/27 18:04:48 maekawa Exp $  # $OpenXM: CVSROOT/log_generate.pl,v 1.3 1999/11/12 15:18:10 maekawa Exp $
 #  #
 # Most parts obtained from FreeBSD.org and modified for OpenXM  # Most parts obtained from FreeBSD.org and modified for 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$dom");          open(MAIL, "| /usr/sbin/mailsend -H cvs-committers\@openxm\.org");
     }      }
   
 # 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.3  
changed lines
  Added in v.1.4

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