aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-01-16 06:25:39 +0800
committerjoe <joe@FreeBSD.org>2001-01-16 06:25:39 +0800
commit5c510bdb6a5ab99cd60d41a7831bc299bdd44fd7 (patch)
tree4e91429a6a88ef86879133ef55e6de55482542a3 /CVSROOT
parent756a2523550f232c2dd69ce8c0904f0979cc1554 (diff)
downloadfreebsd-ports-gnome-5c510bdb6a5ab99cd60d41a7831bc299bdd44fd7.tar.gz
freebsd-ports-gnome-5c510bdb6a5ab99cd60d41a7831bc299bdd44fd7.tar.zst
freebsd-ports-gnome-5c510bdb6a5ab99cd60d41a7831bc299bdd44fd7.zip
Remove the $freebsd and $crypto variables; they're no longer required
now that the header is generic.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-xCVSROOT/log_accum.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index cef0d3f8e57b..2f314cbe27ba 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -59,18 +59,13 @@ $MAILBANNER = "";
# Remember to comment out if using for other purposes.
#-------------------------------------------------------
if (hostname() =~ /^(freefall|internat)\.freebsd\.org$/i) {
- $freebsd = 1;
if ($1 =~ /freefall/i) {
- $crypto = '';
$meister = 'peter@FreeBSD.org';
} else {
- $crypto = 1;
$meister = 'markm@FreeBSD.org';
$MAILBANNER = "FreeBSD International Crypto Repository";
}
-}
-if ($debug && $freebsd) {
- $MAILADDRS = $meister;
+ $MAILADDRS = $meister if $debug;
}