summaryrefslogtreecommitdiffstats
path: root/CVSROOT/cfg.pm
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-10-23 17:03:58 +0000
committerjoe <joe@FreeBSD.org>2001-10-23 17:03:58 +0000
commit77181ba389c34e86056cb0ee0c0b79b9eed7f411 (patch)
treefdc9cb758e1adab31163fd3f255190623c7de2d9 /CVSROOT/cfg.pm
parentfe8664cbc7641a360dcefa061e9127801590dec4 (diff)
downloadFreeBSD-ports-77181ba389c34e86056cb0ee0c0b79b9eed7f411.zip
FreeBSD-ports-77181ba389c34e86056cb0ee0c0b79b9eed7f411.tar.gz
Remove the trailing ':' character from the X-FreeBSD-CVS-Branch
header. (I mentioned this in the comments, but forgot to change it in the existing configuration). Spotted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'CVSROOT/cfg.pm')
-rwxr-xr-xCVSROOT/cfg.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm
index f9f1c3e..7cef61a 100755
--- a/CVSROOT/cfg.pm
+++ b/CVSROOT/cfg.pm
@@ -105,7 +105,7 @@ $MAILBANNER = "";
$MAIL_ON_DIR_CREATION = 0;
# Include the names of the branches committed to in the commit email,
-# using this header. (leave off the trailing ':'). Use "" if you don't
+# using this header (leave off the trailing ':'). Use "" if you don't
# want one.
$MAIL_BRANCH_HDR = "X-CVS-Branch";
@@ -132,7 +132,7 @@ if ($hostname =~ /^(freefall|internat)\.freebsd\.org$/i) {
$MAILADDRS = $meister if $DEBUG;
- $MAIL_BRANCH_HDR = "X-FreeBSD-CVS-Branch:";
+ $MAIL_BRANCH_HDR = "X-FreeBSD-CVS-Branch";
}
OpenPOWER on IntegriCloud