diff options
author | peter <peter@FreeBSD.org> | 2002-10-13 23:24:15 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-10-13 23:24:15 +0000 |
commit | c106e43099ad2d695530cf861b51f847144beba2 (patch) | |
tree | a90480cb663576a1cbd30254cde1b52420cc699c /CVSROOT/commitcheck | |
parent | 7f62faaf27f6f23311d41b5e5a9538a65fad891b (diff) | |
download | FreeBSD-ports-c106e43099ad2d695530cf861b51f847144beba2.zip FreeBSD-ports-c106e43099ad2d695530cf861b51f847144beba2.tar.gz |
Here we go, lets see if we are back in business..
Diffstat (limited to 'CVSROOT/commitcheck')
-rwxr-xr-x | CVSROOT/commitcheck | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CVSROOT/commitcheck b/CVSROOT/commitcheck index ce1ebe1..1ae4295 100755 --- a/CVSROOT/commitcheck +++ b/CVSROOT/commitcheck @@ -13,8 +13,6 @@ use lib $ENV{CVSROOT}; use CVSROOT::cfg; my $CVSROOT = $ENV{CVSROOT} || die "Can't determine CVSROOT (commitcheck)!\n"; -die "No commits please while stuff gets moved around. Please try later.\n"; - # Check that the user is committing on the right machine. # use Sys::Hostname; |