DragonFly kernel List (threaded) for 2004-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Keyword expansion (Re: remaining bits of local hacks from FreeBSD-CURRENT)
On Tue, Jan 27, 2004 at 01:10:19PM +0100, Jeroen Ruigrok/asmodai wrote:
> Tag expansion for example is now using a more generic feature. I'd
> rather not add those kind of hacks back in since it is officially
> supported now. Should be easy for the appropriate teams to adjust their
> CVSROOT/options file.
Will someone with commit bit please checkin the following change to
our CVSROOT/config unless we're going to put back the FreeBSD-hack
to accept what's in CVSROOT/options. Our tag expansion is currently
broken, and it would confuse other people or mergemaster.
Thanks.
Index: config
===================================================================
RCS file: /home/source/dragonfly/cvs/CVSROOT/config,v
retrieving revision 1.1
diff -u -r1.1 config
--- config 17 Jun 2003 02:39:21 -0000 1.1
+++ config 1 Feb 2004 03:07:00 -0000
@@ -1,3 +1,5 @@
+# $DragonFly$
+
# Set this to "no" if pserver shouldn't check system users/passwords
#SystemAuth=no
@@ -19,3 +21,7 @@
# repositories. Set it to `never' (the previous CVS behavior) to prevent
# verifymsg scripts from changing the log message.
#RereadLogAfterVerify=always
+
+# Replacement for FreeBSD-hack options tag, tagexpand
+LocalKeyword=DragonFly=CVSHeader
+KeywordExpand=iDragonFly
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]