aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/commitcheck
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/commitcheck
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/commitcheck')
-rwxr-xr-xCVSROOT/commitcheck4
1 files changed, 1 insertions, 3 deletions
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;
}