diff options
author | joe <joe@FreeBSD.org> | 2001-10-12 00:05:19 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-10-12 00:05:19 +0000 |
commit | e07feeffb32941a4800b5e619bbd6d087580426c (patch) | |
tree | 6219458d58202eee66fd1de75ea008e85e8adf66 /CVSROOT/cfg.pm | |
parent | 4f18c8ea2690dbe1b56fac7e0a3e1a63242c01b0 (diff) | |
download | FreeBSD-ports-e07feeffb32941a4800b5e619bbd6d087580426c.zip FreeBSD-ports-e07feeffb32941a4800b5e619bbd6d087580426c.tar.gz |
Contract $FreeBSD: xxxx $ back to $FreeBSD$ at commit time to avoid
storing the old version strings in the repository verbatum.
Diffstat (limited to 'CVSROOT/cfg.pm')
-rwxr-xr-x | CVSROOT/cfg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index d7b2ce0..1c54f7e 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -79,7 +79,7 @@ $IDHEADER = 'FreeBSD'; # Our RCS header is '$ FreeBSD $', # Contract any instances of $IDHEADER in the source file before committing. # This is useful because it means that expanded headers aren't stored in # the repository as part of the delta. -$UNEXPAND_RCSID = 0; +$UNEXPAND_RCSID = 1; #################### |