diff options
author | joe <joe@FreeBSD.org> | 2001-11-15 20:29:40 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-11-15 20:29:40 +0800 |
commit | 3795775ad7428efb3a05f3b3f8d6d13ed26e9034 (patch) | |
tree | 9326019207f47ab77c530a33f02b35ab3fb9678a /CVSROOT | |
parent | dd7e22b64c24f3bfa522803bffec46de21bf397b (diff) | |
download | freebsd-ports-gnome-3795775ad7428efb3a05f3b3f8d6d13ed26e9034.tar.gz freebsd-ports-gnome-3795775ad7428efb3a05f3b3f8d6d13ed26e9034.tar.zst freebsd-ports-gnome-3795775ad7428efb3a05f3b3f8d6d13ed26e9034.zip |
Rewrite the file comment now that all the FreeBSD specific stuff
has been removed.
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; |