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


1.12
date	2001.02.04.03.07.44;	author millert;	state Exp;
branches;
next	1.11;

1.11
date	96.02.17.16.24.01;	author niklas;	state Exp;
branches;
next	1.10;

1.10
date	95.12.05.22.30.09;	author deraadt;	state Exp;
branches;
next	1.9;

1.9
date	95.12.04.06.59.11;	author deraadt;	state Exp;
branches;
next	1.8;

1.8
date	95.12.04.06.33.09;	author deraadt;	state Exp;
branches;
next	1.7;

1.7
date	95.10.27.19.37.22;	author deraadt;	state Exp;
branches;
next	1.6;

1.6
date	95.10.23.09.17.36;	author deraadt;	state Exp;
branches;
next	1.5;

1.5
date	95.10.23.09.07.10;	author deraadt;	state Exp;
branches;
next	1.4;

1.4
date	95.10.23.08.54.31;	author deraadt;	state Exp;
branches;
next	1.3;

1.3
date	95.10.23.08.52.07;	author deraadt;	state Exp;
branches;
next	1.2;

1.2
date	95.10.23.08.46.39;	author deraadt;	state Exp;
branches;
next	1.1;

1.1
date	95.10.14.00.20.56;	author deraadt;	state Exp;
branches;
next	;


desc
@@


1.12
log
@ports commit messages now go to ports-changes@@openbsd.org
@
text
@#
# $CVSid: @@(#)loginfo 1.5 92/03/31 $
#
# 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
#
#DEFAULT			$CVSROOT/CVSROOT/log -s -m source-changes -f $CVSROOT/CVSROOT/commitlog  %s
^netbsd-src		$CVSROOT/CVSROOT/log_accum2 -f $CVSROOT/CVSROOT/NetBSD-ChangeLog -s %s
^ports			$CVSROOT/CVSROOT/log_accum2 -m ports-changes -f $CVSROOT/CVSROOT/ChangeLog -s %s
DEFAULT			$CVSROOT/CVSROOT/log_accum2 -m source-changes -f $CVSROOT/CVSROOT/ChangeLog -s %s
@


1.11
log
@Don't mail log-entries to source-changes for commits to the netbsd-src
tree.  They are rather uninteresting considering their frequency and
large size.  If people are interested in the messages they're now
logged in CVSROOT/NetBSD-ChangeLog instead.
@
text
@d38 1
@


1.10
log
@use commit logs by tholo
@
text
@d37 2
a38 1
ALL			$CVSROOT/CVSROOT/log_accum2 -m source-changes -f $CVSROOT/CVSROOT/ChangeLog -s %s
@


1.9
log
@run correct version of log_accum...
@
text
@d36 2
a37 2
DEFAULT			$CVSROOT/CVSROOT/log -s -m source-changes -f $CVSROOT/CVSROOT/commitlog  %s
ALL			$CVSROOT/CVSROOT/log_accum2 -m deraadt -f $CVSROOT/CVSROOT/ChangeLog -s %s
@


1.8
log
@new logging stuff from tholo@@sigmasoft.com
@
text
@d37 1
a37 1
ALL			$CVSROOT/CVSROOT/log_accum -m deraadt -f $CVSROOT/CVSROOT/ChangeLog -s %s
@


1.7
log
@send changes to source-changes
@
text
@d37 1
@


1.6
log
@openbsd-cvs@@caipfs.rutgers.edu
@
text
@d36 1
a36 1
DEFAULT			$CVSROOT/CVSROOT/log -s -m openbsd-cvs@@caipfs.rutgers.edu -f $CVSROOT/CVSROOT/commitlog  %s
@


1.5
log
@i hate sendmail more than anything else in this world (and it deserves that)
@
text
@d36 1
a36 1
DEFAULT			$CVSROOT/CVSROOT/log -s -m deraadt -m davem -f $CVSROOT/CVSROOT/commitlog  %s
@


1.4
log
@first mailing list
@
text
@d36 1
a36 1
DEFAULT			$CVSROOT/CVSROOT/log -s -m openbsd-cvs@@theos.com -f $CVSROOT/CVSROOT/commitlog  %s
@


1.3
log
@smaller output
@
text
@d36 1
a36 1
DEFAULT			$CVSROOT/CVSROOT/log -s -m deraadt -f $CVSROOT/CVSROOT/commitlog  %s
@


1.2
log
@mail changes to me
@
text
@d36 1
a36 1
DEFAULT			$CVSROOT/CVSROOT/log -m deraadt -f $CVSROOT/CVSROOT/commitlog  %s
@


1.1
log
@initial checkin of loginfo
@
text
@d36 1
a36 1
DEFAULT			$CVSROOT/CVSROOT/log -f $CVSROOT/CVSROOT/commitlog  %s
@
