aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/cfg.pm
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-05-23 07:18:11 +0800
committerjoe <joe@FreeBSD.org>2001-05-23 07:18:11 +0800
commite3a414bee47d7f8b090cf15b741b99dcabebd6ea (patch)
treea8a80f68f88aaf040f6c5d708098a92ce57d28c0 /CVSROOT/cfg.pm
parente7f61bd5e3a99ed3e56059c34f07445deabe3b78 (diff)
downloadfreebsd-ports-gnome-e3a414bee47d7f8b090cf15b741b99dcabebd6ea.tar.gz
freebsd-ports-gnome-e3a414bee47d7f8b090cf15b741b99dcabebd6ea.tar.zst
freebsd-ports-gnome-e3a414bee47d7f8b090cf15b741b99dcabebd6ea.zip
Revert to the previous behaviour of not sending mail on directory
creation. Note to FreeBSD committers: do we want this on?
Diffstat (limited to 'CVSROOT/cfg.pm')
-rwxr-xr-xCVSROOT/cfg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm
index 088b52321ce8..da2106d0a5d7 100755
--- a/CVSROOT/cfg.pm
+++ b/CVSROOT/cfg.pm
@@ -67,7 +67,7 @@ $MAILADDRS = "nobody";
$MAILBANNER = "";
# Send mail when directories are created in the repository.
-$MAIL_ON_DIR_CREATION = 1;
+$MAIL_ON_DIR_CREATION = 0;