aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/commit_prep.pl
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-08-19 21:10:47 +0800
committerjoe <joe@FreeBSD.org>2001-08-19 21:10:47 +0800
commit9aa763c5864ac5a7c8aa6f3185eb41e669c74cfa (patch)
treee9ef84929a7b653884838963c5cd2b078ac0d9a3 /CVSROOT/commit_prep.pl
parentdd6c25085c179beb50c6720ea758c9d930dd1839 (diff)
downloadfreebsd-ports-gnome-9aa763c5864ac5a7c8aa6f3185eb41e669c74cfa.tar.gz
freebsd-ports-gnome-9aa763c5864ac5a7c8aa6f3185eb41e669c74cfa.tar.zst
freebsd-ports-gnome-9aa763c5864ac5a7c8aa6f3185eb41e669c74cfa.zip
Move the definition of our $FreeBSD$ header into the config file.
Diffstat (limited to 'CVSROOT/commit_prep.pl')
-rwxr-xr-xCVSROOT/commit_prep.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl
index de3db1505d93..be8105430b20 100755
--- a/CVSROOT/commit_prep.pl
+++ b/CVSROOT/commit_prep.pl
@@ -45,8 +45,11 @@ $check_id = 0;
#
############################################################
$ENTRIES = "CVS/Entries";
-$HEADER = 'FreeBSD'; # Our RCS header is '$ FreeBSD $',
- # (without the spaces.)
+
+
+# The "Id" header to check for.
+my $HEADER = $cfg::IDHEADER;
+
############################################################
#