#! /bin/sh # # $Id$ case "`hostname`" in freefall*) : ;; *) echo "Please commit on freefall...." exit 1 esac if $CVSROOT/CVSROOT/cvs_acls.pl ${1+"$@"}; then if $CVSROOT/CVSROOT/commit_prep.pl ${1+"$@"}; then exit 0 fi fi exit 1