head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2008.01.07.03.43.22;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	2008.01.07.00.01.19;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.30.21.32.19;	author joe;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.28.11.30.59;	author joe;	state Exp;
branches;
next	1.1;

1.1
date	98.04.04.02.32.29;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.5
log
@So, it turns out that the information in the PR referenced in the
previous commit was not entirely correct.  cvs-1.11 does object to
the cvs-1.12 style keywords config hooks.  It doesn't explode, but it
yells loudly.  Comment out.

PR:             71098
@
text
@#
# $FreeBSD$
#
# Set this to "no" if pserver shouldn't check system users/passwords
#SystemAuth=no

# Put CVS lock files in this directory rather than directly in the repository.
#LockDir=/var/lock/cvs

# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
# level of the new working directory when using the `cvs checkout'
# command.
#TopLevelAdmin=no

# Set `LogHistory' to `all' or `TOFEWGCMAR' to log all transactions to the
# history file, or a subset as needed (ie `TMAR' logs all write operations)
#LogHistory=TOFEWGCMAR

# Add the "FreeBSD" keyword and restrict keyword expansion for cvs-1.12
#LocalKeyword=FreeBSD=CVSHeader
#KeywordExpand=iFreeBSD
@


1.4
log
@Add cvs-1.12-friendly $FreeBSD$ expansion controls.  This is believed
to not interfere with our cvs-1.11, but it (and cvsup) will ignore it.

PR:		71098
Submitted by:	Jeroen Ruigrok van der Werven <asmodai@@dragonflybsd.org>
@
text
@d20 2
a21 2
LocalKeyword=FreeBSD=CVSHeader
KeywordExpand=iFreeBSD
@


1.3
log
@Update with the changes introduced with the recent upgrade of CVS.
@
text
@d2 1
a2 1
# $FreeBSD: CVSROOT/config,v 1.2 2000/08/28 11:30:59 joe Exp $
d18 4
@


1.2
log
@Sychronise with the default versions that CVS (1.10.7) creates in
a new repository.

This commit only affects comments.
@
text
@d2 1
a2 1
# $FreeBSD$
d7 2
a8 3
# Set `PreservePermissions' to `yes' to save file status information
# in the repository.
#PreservePermissions=no
d14 4
@


1.1
log
@initial checkin
@
text
@d1 3
d10 5
@


