=================================================================== RCS file: /home/cvs/CVSROOT/log_generate.pl,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- CVSROOT/log_generate.pl 2000/09/22 17:11:37 1.4 +++ CVSROOT/log_generate.pl 2000/10/28 16:52:27 1.6 @@ -1,6 +1,6 @@ #!/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.5 2000/10/03 04:00:21 maekawa Exp $ # # Most parts obtained from FreeBSD.org and modified for OpenXM # @@ -45,7 +45,7 @@ $SUMMARY_FILE = "/tmp/#cvs.files.summary"; $MAIL_FILE = "/tmp/#cvs.files.mail"; $SUBJ_FILE = "/tmp/#cvs.files.subj"; -$CVSROOT = $ENV{'CVSROOT'} || "/usr/cvs"; +$CVSROOT = $ENV{'CVSROOT'} || "/usr/cvs" || "/home/cvs"; ############################################################ # @@ -292,7 +292,7 @@ sub mail_notification { if ($debug) { open(MAIL, "| /usr/sbin/mailsend -H $owner$dom"); } 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.