diff options
author | joe <joe@FreeBSD.org> | 2001-05-22 23:18:11 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-05-22 23:18:11 +0000 |
commit | e3a414bee47d7f8b090cf15b741b99dcabebd6ea (patch) | |
tree | a8a80f68f88aaf040f6c5d708098a92ce57d28c0 /CVSROOT | |
parent | e7f61bd5e3a99ed3e56059c34f07445deabe3b78 (diff) | |
download | FreeBSD-ports-e3a414bee47d7f8b090cf15b741b99dcabebd6ea.zip FreeBSD-ports-e3a414bee47d7f8b090cf15b741b99dcabebd6ea.tar.gz |
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')
-rwxr-xr-x | CVSROOT/cfg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index 088b523..da2106d 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; |