diff options
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/commitcheck | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/CVSROOT/commitcheck b/CVSROOT/commitcheck index 4ab7b73810ff..aa58ef37d0a6 100755 --- a/CVSROOT/commitcheck +++ b/CVSROOT/commitcheck @@ -3,10 +3,9 @@ # $FreeBSD$ # -# BEWARE: If you are "borrowing" this code for use on another cvs -# repository, please make sure you change all references to '@FreeBSD.org' -# in the log_accum script. Otherwise your commit messages will be sent -# to 'cvs-committers@freebsd.org' etc. This could be highly embarrassing. :-) +# This script is the first thing that is run at commit time +# to determine whether the committer has commit priviledges. +# (See CVSROOT/commitinfo). # use strict; |