Subject: CVS commit: src/usr.sbin/syslogd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/17/2003 01:39:25
Module Name:	src
Committed By:	lukem
Date:		Fri Oct 17 01:39:25 UTC 2003

Modified Files:
	src/usr.sbin/syslogd: syslogd.8 syslogd.c

Log Message:
Implement -r, which prevents syslogd from compressing multiple messages with
the same string into "last message repeated N times", and instead forces
syslogd to write out every message.

Based on '-c' in FreeBSD's syslogd, although a different option letter was
chosen because their syslogd requires '-c -c' to get this functionality,
and we don't have the support for logging to pipes which is what FreeBSD's
syslogd with a single '-c' is related to.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/usr.sbin/syslogd/syslogd.8
cvs rdiff -r1.62 -r1.63 src/usr.sbin/syslogd/syslogd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.