diff options
author | joe <joe@FreeBSD.org> | 2001-10-24 09:25:27 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-10-24 09:25:27 +0800 |
commit | cc55e10ab87c70304764e5f892fd5c3519118103 (patch) | |
tree | 57513269dd21662d2fa6f57ed88d58d6b94af5b8 /CVSROOT/commitcheck | |
parent | 00764ef839e7d44a2f4f020100228a4b5edac4de (diff) | |
download | freebsd-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-x | CVSROOT/commitcheck | 4 |
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; } |