head 1.1; access; symbols libdrm-1_0_4:1.1 trunk-20021125:1.1 mesa-4-1-branch:1.1.0.4 mesa-3-5-branch:1.1.0.2; locks; strict; comment @# @; 1.1 date 2000.11.01.21.31.06; author dawes; state Exp; branches; next ; desc @@ 1.1 log @update CVS commit log handling @ text @#! /bin/sh # # $Id: commitcheck,v 1.5 1996/12/23 05:42:37 peter Exp $ #COMMITHOST=public.xfree86.org #case "`hostname`" in #$COMMITHOST) # : # ;; #*) # echo "Please commit on cvs.xfree86.org ($COMMITHOST) ..." # exit 1 #esac #VERS=`/usr/bin/cvs -v | awk '$1 == "Concurrent" { print $5 }' | tr -d .` #if [ "x${VERS}" = "x" -o ${VERS} -lt 180 ]; then # echo "The wrong version of CVS is installed!" # exit 1 #fi #if $CVSROOT/CVSROOT/cvs_acls.pl ${1+"$@@"}; then if $CVSROOT/CVSROOT/commit_prep.pl -r ${1+"$@@"}; then exit 0 fi #fi exit 1 @