summaryrefslogtreecommitdiffstats
path: root/CVSROOT/log_accum.pl
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-05-07 20:31:12 +0000
committerjoe <joe@FreeBSD.org>2001-05-07 20:31:12 +0000
commit1fe944aafdb890b40b6fe5c67288452801803ebe (patch)
tree2c246e91ca61acade39f760447eff4f47eec721b /CVSROOT/log_accum.pl
parente7d59551aaa701e1c0be594c6ea9bdb82d777500 (diff)
downloadFreeBSD-ports-1fe944aafdb890b40b6fe5c67288452801803ebe.zip
FreeBSD-ports-1fe944aafdb890b40b6fe5c67288452801803ebe.tar.gz
Log 'cvs import' reports in the commit log files in CVSROOT/commitlogs.
They've never been logged here before by the looks of things, which seems a little strange.
Diffstat (limited to 'CVSROOT/log_accum.pl')
-rwxr-xr-xCVSROOT/log_accum.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index da7ebc4..1e63f2c 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -564,13 +564,13 @@ if ($ARGV[0] =~ /Imported sources/) {
@text = &build_header();
push(@text, " ".$ARGV[0]);
- &do_changes_file(@text);
while (<STDIN>) {
chop; # Drop the newline
push(@text, " ".$_);
}
+ &do_changes_file(@text);
&mail_notification(@text);
&cleanup_tmpfiles();
exit 0;
OpenPOWER on IntegriCloud