summaryrefslogtreecommitdiffstats
path: root/CVSROOT/log_accum.pl
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-05-22 17:40:19 +0000
committerjoe <joe@FreeBSD.org>2001-05-22 17:40:19 +0000
commitca233f59b659411cf6e435bbb62bd9de85ffad04 (patch)
treec320f18a8c056ebe3b22b89450782f52ee5e5730 /CVSROOT/log_accum.pl
parent78a594a5a0513c66b510d9f559647ddf9bb22f1d (diff)
downloadFreeBSD-ports-ca233f59b659411cf6e435bbb62bd9de85ffad04.zip
FreeBSD-ports-ca233f59b659411cf6e435bbb62bd9de85ffad04.tar.gz
Add a configuration option to enable the sending of commit mail on
directory creation.
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 81f8ad5..547e39e 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -507,7 +507,7 @@ if ($input_params =~ /New directory/) {
push @text, " $input_params";
&do_changes_file(@text);
- #&mail_notification(@text);
+ &mail_notification(@text) if $cfg::MAIL_ON_DIR_CREATION;
&cleanup_tmpfiles();
exit 0;
}
OpenPOWER on IntegriCloud