From 9aa763c5864ac5a7c8aa6f3185eb41e669c74cfa Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 19 Aug 2001 13:10:47 +0000 Subject: Move the definition of our $FreeBSD$ header into the config file. --- CVSROOT/commit_prep.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CVSROOT/commit_prep.pl') diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index de3db1505d9..be8105430b2 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; + ############################################################ # -- cgit