From 7b83727b62c63b3726622f3b2a13ce63d1732541 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 19 Sep 1999 13:11:03 +0000 Subject: Sync with internat.freebsd.org crypto repo. (part 1) Submitted by: markm --- CVSROOT/commitcheck | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CVSROOT/commitcheck') diff --git a/CVSROOT/commitcheck b/CVSROOT/commitcheck index 59ec35cb59dc..2168d1f08a29 100755 --- a/CVSROOT/commitcheck +++ b/CVSROOT/commitcheck @@ -12,8 +12,12 @@ case "`hostname | tr A-Z a-z`" in freefall.freebsd.org) : ;; +internat.freebsd.org) + : + ;; *) - echo "Please commit on freefall...." + echo "Please commit on Freefall\!" + echo "(and Internat for crypto.)" exit 1 esac -- cgit