diff options
author | peter <peter@FreeBSD.org> | 2000-02-10 12:12:55 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-02-10 12:12:55 +0800 |
commit | 4e39c5aefd03bd78df9480bb0c0377e352e1ec3d (patch) | |
tree | 804f794eeff8329ba39709d4cd6da03ee7fec768 /CVSROOT | |
parent | d21ab211eb3acb1ed6fe48ed5b5fa2bcecc39df4 (diff) | |
download | freebsd-ports-graphics-4e39c5aefd03bd78df9480bb0c0377e352e1ec3d.tar.gz freebsd-ports-graphics-4e39c5aefd03bd78df9480bb0c0377e352e1ec3d.tar.zst freebsd-ports-graphics-4e39c5aefd03bd78df9480bb0c0377e352e1ec3d.zip |
Remove the $CVSFUBAR hack, it's not required anymore now that we have
the exclude file.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/commit_prep.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index ea6f8aae502..38b9d0cd3a4 100755 --- a/CVSROOT/commit_prep.pl +++ b/CVSROOT/commit_prep.pl @@ -221,12 +221,6 @@ if ($directory =~ /^src\/release/) { if ($directory =~ /^src\/etc/) { $check_id = 0; } -$login = $ENV{'USER'} || getlogin || (getpwuid($<))[0] || sprintf("uid#%d",$<); -if ($check_id != 0 && $ENV{'CVSFUBAR'}) { - $check_id = 0; - print "CVS VERSION CHECK BYPASSED!\n"; - system("ps -xww | mail -s 'version check override used' cvs $login"); -} # # Now check each file name passed in, except for dot files. Dot files # are considered to be administrative files by this script. |