head	1.3;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.1.2.6.3
	RELENG_2_1_6_1_RELEASE:1.1.1.2.6.3
	RELENG_2_1_6_RELEASE:1.1.1.2.6.3
	CVS_1_6_3_END:1.2
	RELENG_2_1_5_RELEASE:1.1.1.2.6.3
	cvs_1_6_3_951211:1.1.1.3
	CYCLIC:1.1.1
	before_cvs_1_6:1.1.1.2
	RELENG_2_1_0_RELEASE:1.1.1.2
	RELENG_2_1_0:1.1.1.2.0.6
	RELENG_2_1_0_BP:1.1.1.2
	RELENG_2_0_5_RELEASE:1.1.1.2
	RELENG_2_0_5:1.1.1.2.0.4
	RELENG_2_0_5_BP:1.1.1.2
	RELENG_2_0_5_ALPHA:1.1.1.2
	jt_spdup:1.1.1.2.0.2
	b4_spdup:1.1.1.2
	cvs_1_4A2:1.1.1.2
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.4
	MOVED_NEWCVS:1.1.1.1
	FINAL_1_1_5:1.1.1.1
	ALPHA_1_1_5:1.1.1.1
	FINAL_1_1:1.1.1.1
	GAMMA_1_1:1.1.1.1
	BETA_1_1:1.1.1.1.0.2
	BP_BETA_1_1:1.1.1.1
	FINAL_1_0:1.1.1.1
	EPSILON_1_0:1.1.1.1
	GAMMA_1_0:1.1.1.1
	BETA_1_0:1.1.1.1
	ALPHA_1_0:1.1.1.1
	cvs_1_3:1.1.1.1
	cvs:1.1.1;
locks; strict;
comment	@# @;


1.3
date	96.08.20.23.55.59;	author peter;	state dead;
branches;
next	1.2;

1.2
date	95.12.10.23.07.56;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	93.06.18.05.46.09;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.06.18.05.46.10;	author jkh;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	95.03.31.07.44.33;	author nate;	state Exp;
branches
	1.1.1.2.6.1;
next	1.1.1.3;

1.1.1.3
date	95.12.10.22.29.01;	author peter;	state Exp;
branches;
next	;

1.1.1.2.6.1
date	96.02.23.12.18.34;	author peter;	state Exp;
branches;
next	1.1.1.2.6.2;

1.1.1.2.6.2
date	96.05.29.22.33.27;	author jkh;	state Exp;
branches;
next	1.1.1.2.6.3;

1.1.1.2.6.3
date	96.06.05.02.39.48;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to use the cvs-1.8.1 sources from src/contrib/cvs
@
text
@#
#ident	"@@(#)cvs/examples:$Name:  $:$Id: loginfo,v 1.2 1995/12/10 23:07:56 peter Exp peter $"
#
# The "loginfo" file is used to control where "cvs commit" log information
# is sent.  The first entry on a line is a regular expression which is tested
# against the directory that the change is being made to, relative to the
# $CVSROOT.  For the first match that is found, then the remainder of the
# line is a filter program that should expect log information on its standard
# input.
#
# If the repository name does not match any of the regular expressions in the
# first field of this file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".
#
# The filter program may use one and only one "%s" modifier (ala printf).  If
# such a "%s" is specified in the filter program, a brief title is included
# (as one argument, enclosed in single quotes) showing the relative directory
# name and listing the modified file names.
#
# NOTE: contrib/log usage:  (currently requires perl)
#	-d		- turn debugging on....
#	-m mailto	- send mail to "mailto" (multiple -m's permitted)
#	-f logfile	- required arg:  save messages to logfile
#	%s		- may follow other options at the end of the line
#
# NOTE: contrib/log_accum usage:  (currently requires perl)
# (must have 'commit_prep -r' in commitinfo)
#	-d		- turn debugging on....
#	-M modulename	- use this as the module name (necessary for sub-dirs)
#	-m mailto	- send mail to "mailto" (multiple -m's permitted) [optional]
#	-f logfile	- save messages to logfile [optional]
#	%s		- must follow other options at the end of the line
#
# without perl you could do this:
#DEFAULT		(echo ""; who am i; date; cat) >> $CVSROOT/CVSROOT/commitlog
#
DEFAULT			$CVSROOT/CVSROOT/log -f $CVSROOT/CVSROOT/commitlog  %s
@


1.2
log
@First round of the post-import cleanups...
@
text
@d2 1
a2 1
#ident	"@@(#)cvs/examples:$Name:  $:$Id: loginfo,v 1.4 1995/11/14 23:30:08 woods Exp $"
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# @@(#)loginfo 1.5 92/03/31
d7 3
a9 2
# $CVSROOT.  If a match is found, then the remainder of the line is a filter
# program that should expect log information on its standard input.
d11 2
a12 3
# The filter program may use one and only one % modifier (ala printf).  If
# %s is specified in the filter program, a brief title is included (enclosed
# in single quotes) showing the modified file names.
d14 2
a15 2
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
d17 4
a20 2
# If the name ALL appears as a regular expression it is always used
# in addition to the first matching regex or DEFAULT.
d22 18
a39 1
DEFAULT			$CVSROOT/CVSROOT/log.pl %s $CVSROOT/CVSROOT/commitlog
@


1.1.1.1
log
@Updated CVS
@
text
@@


1.1.1.2
log
@Original sources from CVS-1.4A2 munged to fit our directory structure.
@
text
@d2 1
a2 1
# $CVSid: @@(#)loginfo 1.5 92/03/31 $
@


1.1.1.2.6.1
log
@Bring across cvs from -current (which is at about version 1.6.3).
This has remote repository access via "rsh".
(eg: $CVSROOT = freefall.freebsd.org:/home/ncvs)

This is not quite the latest version, but it's a "known quantity".

There were a few covert tagging operations done as well to bring some
new files onto the -stable branch, these do not show here.
@
text
@d7 2
a8 3
# $CVSROOT.  For the first match that is found, then the remainder of the
# line is a filter program that should expect log information on its standard
# input.
d10 3
a12 2
# If the repository name does not match any of the regular expressions in the
# first field of this file, the "DEFAULT" line is used, if it is specified.
d14 2
a15 2
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".
d17 2
a18 4
# The filter program may use one and only one "%s" modifier (ala printf).  If
# such a "%s" is specified in the filter program, a brief title is included
# (as one argument, enclosed in single quotes) showing the relative directory
# name and listing the modified file names.
d20 1
a20 18
# NOTE: contrib/log usage:  (currently requires perl)
#	-d		- turn debugging on....
#	-m mailto	- send mail to "mailto" (multiple -m's permitted)
#	-f logfile	- required arg:  save messages to logfile
#	%s		- may follow other options at the end of the line
#
# NOTE: contrib/log_accum usage:  (currently requires perl)
# (must have 'commit_prep -r' in commitinfo)
#	-d		- turn debugging on....
#	-M modulename	- use this as the module name (necessary for sub-dirs)
#	-m mailto	- send mail to "mailto" (multiple -m's permitted) [optional]
#	-f logfile	- save messages to logfile [optional]
#	%s		- must follow other options at the end of the line
#
# without perl you could do this:
#DEFAULT		(echo ""; who am i; date; cat) >> $CVSROOT/CVSROOT/commitlog
#
DEFAULT			$CVSROOT/CVSROOT/log -f $CVSROOT/CVSROOT/commitlog  %s
@


1.1.1.2.6.2
log
@Merge from HEAD, except:

	Clients that used gnumalloc still do, despite the merge.  We're not
	bringing phkmalloc over.

	Thread stuff left out.

	PCCARD support left out.
@
text
@d2 1
a2 1
#ident	"@@(#)cvs/examples:$Name$:$Id$"
@


1.1.1.2.6.3
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d2 1
a2 1
# $CVSid: @@(#)loginfo 1.5 92/03/31 $
@


1.1.1.3
log
@Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 release
plus a couple of minor changes..

Some highlights of the new stuff that was not in the old version:
 - remote access support.. full checkout/commit/log/etc..
 - much improved dead file support..
 - speed improvements
 - better $CVSROOT handling
 - $Name$ support
 - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o"
 - safer setuid/setgid support
 - many bugs fixed.. :-)
 - probably some new ones.. :-(
 - more that I cannot remember offhand..
@
text
@d2 1
a2 1
#ident	"@@(#)cvs/examples:$Name:  $:$Id: loginfo,v 1.4 1995/11/14 23:30:08 woods Exp $"
d7 2
a8 3
# $CVSROOT.  For the first match that is found, then the remainder of the
# line is a filter program that should expect log information on its standard
# input.
d10 3
a12 2
# If the repository name does not match any of the regular expressions in the
# first field of this file, the "DEFAULT" line is used, if it is specified.
d14 2
a15 2
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".
d17 2
a18 4
# The filter program may use one and only one "%s" modifier (ala printf).  If
# such a "%s" is specified in the filter program, a brief title is included
# (as one argument, enclosed in single quotes) showing the relative directory
# name and listing the modified file names.
d20 1
a20 18
# NOTE: contrib/log usage:  (currently requires perl)
#	-d		- turn debugging on....
#	-m mailto	- send mail to "mailto" (multiple -m's permitted)
#	-f logfile	- required arg:  save messages to logfile
#	%s		- may follow other options at the end of the line
#
# NOTE: contrib/log_accum usage:  (currently requires perl)
# (must have 'commit_prep -r' in commitinfo)
#	-d		- turn debugging on....
#	-M modulename	- use this as the module name (necessary for sub-dirs)
#	-m mailto	- send mail to "mailto" (multiple -m's permitted) [optional]
#	-f logfile	- save messages to logfile [optional]
#	%s		- must follow other options at the end of the line
#
# without perl you could do this:
#DEFAULT		(echo ""; who am i; date; cat) >> $CVSROOT/CVSROOT/commitlog
#
DEFAULT			$CVSROOT/CVSROOT/log -f $CVSROOT/CVSROOT/commitlog  %s
@
