aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-10-24 09:25:27 +0800
committerjoe <joe@FreeBSD.org>2001-10-24 09:25:27 +0800
commitcc55e10ab87c70304764e5f892fd5c3519118103 (patch)
tree57513269dd21662d2fa6f57ed88d58d6b94af5b8 /CVSROOT
parent00764ef839e7d44a2f4f020100228a4b5edac4de (diff)
downloadfreebsd-ports-gnome-cc55e10ab87c70304764e5f892fd5c3519118103.tar.gz
freebsd-ports-gnome-cc55e10ab87c70304764e5f892fd5c3519118103.tar.zst
freebsd-ports-gnome-cc55e10ab87c70304764e5f892fd5c3519118103.zip
Rip out the final references to internat.freebsd.org.
Requested by: will
Diffstat (limited to 'CVSROOT')
-rw-r--r--CVSROOT/cfg_local.pm10
-rwxr-xr-xCVSROOT/commitcheck4
-rwxr-xr-xCVSROOT/log_accum.pl6
3 files changed, 5 insertions, 15 deletions
diff --git a/CVSROOT/cfg_local.pm b/CVSROOT/cfg_local.pm
index d67f67cb59c8..dc0c369b278c 100644
--- a/CVSROOT/cfg_local.pm
+++ b/CVSROOT/cfg_local.pm
@@ -35,17 +35,11 @@ $MAIL_BRANCH_HDR = "X-FreeBSD-CVS-Branch";
my $hostname = `/bin/hostname`;
die "Can't determine hostname!\n" if $? >> 8;
chomp $hostname;
-if ($hostname =~ /^(freefall|internat)\.freebsd\.org$/i) {
+if ($hostname =~ /^freefall\.freebsd\.org$/i) {
my $meister;
$MAILADDRS='cvs-committers@FreeBSD.org cvs-all@FreeBSD.org';
- if ($1 =~ /freefall/i) {
- $meister = 'peter@FreeBSD.org';
- } else {
- $meister = 'markm@FreeBSD.org';
- $MAILBANNER = "FreeBSD International Crypto Repository";
- }
- $MAILADDRS = $meister if $DEBUG;
+ $MAILADDRS = 'cvs@FreeBSD.org' if $DEBUG;
}
diff --git a/CVSROOT/commitcheck b/CVSROOT/commitcheck
index 00458dc8ccce..aa7edbdbf06a 100755
--- a/CVSROOT/commitcheck
+++ b/CVSROOT/commitcheck
@@ -19,10 +19,8 @@ my $MINCVSVERSION = "1090900"; # 1.9.9p0
#
use Sys::Hostname; # get hostname() function
my $hostname = hostname();
-if ($hostname !~ /^freefall.freebsd.org$/ &&
- $hostname !~ /^internat.freebsd.org$/) {
+if ($hostname !~ /^freefall.freebsd.org$/) {
print "Please commit on Freefall!\n";
- print "(or Internat for crypto.)\n";
exit 1;
}
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 3cb21dd1cea9..7b675b47956a 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -15,10 +15,8 @@
# Extensively hacked for FreeBSD by Peter Wemm <peter@netplex.com.au>,
# with parts stolen from Greg Woods <woods@most.wierd.com> version.
#
-# Lightly hacked by Mark Murray to allow it to work unmodified
-# on both the master repository (freefall) and the international
-# crypto repository (internat).
-#
+# Extensively cleaned up and re-worked to use an external configuration
+# file by Josef Karthauser <joe@tao.org.uk>.
require 5.003; # might work with older perl5