aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/commitcheck
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-11-27 13:11:53 +0800
committerpeter <peter@FreeBSD.org>1995-11-27 13:11:53 +0800
commite6d817e24fce3292ed09b205a4f0005831c2ab65 (patch)
treeb2707ae69e8ad5e4d4f86e9cc811f5a35d8398fa /CVSROOT/commitcheck
parentfd097c878be411b3c0262256bf3127206a70c218 (diff)
downloadfreebsd-ports-gnome-e6d817e24fce3292ed09b205a4f0005831c2ab65.tar.gz
freebsd-ports-gnome-e6d817e24fce3292ed09b205a4f0005831c2ab65.tar.zst
freebsd-ports-gnome-e6d817e24fce3292ed09b205a4f0005831c2ab65.zip
Correct typo "commiters" -> "committers" as noticed by Satoshi
Also, try a simple sanity check in "commitcheck" to try and head off accidental commits on thud over NFS...
Diffstat (limited to 'CVSROOT/commitcheck')
-rwxr-xr-xCVSROOT/commitcheck11
1 files changed, 10 insertions, 1 deletions
diff --git a/CVSROOT/commitcheck b/CVSROOT/commitcheck
index 6c8f692df17d..7d9b5c3babfe 100755
--- a/CVSROOT/commitcheck
+++ b/CVSROOT/commitcheck
@@ -1,6 +1,15 @@
#! /bin/sh
#
-# $FreeBSD$
+# $Id$
+
+case "`hostname`" in
+freefall*)
+ :
+ ;;
+*)
+ echo "Please commit on freefall...."
+ exit 1
+esac
if /usr/bin/perl $CVSROOT/CVSROOT/cvs_acls.pl ${1+"$@"}; then
if /usr/bin/perl $CVSROOT/CVSROOT/commit_prep.pl ${1+"$@"}; then