Subject: CVS commit: [thorpej-syslogd-hack-branch] src/usr.sbin/syslogd
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/18/2004 20:51:40
Module Name: src
Committed By: thorpej
Date: Thu Nov 18 20:51:40 UTC 2004
Modified Files:
src/usr.sbin/syslogd [thorpej-syslogd-hack-branch]: syslog.conf.5
syslogd.8 syslogd.c
Log Message:
Add the ability to specify how the priority should be compared in
syslog.conf, e.g.:
*.<notice
*.=err
*.>=debug
Add a -U option that changes the default comparison from ">=" to "=".
Add a -v option that causes the facility and priority to be logged with
the message. One -v logs it numerically, a second -v logs it by name.
From FreeBSD, with the exception of changing the unique priority option
to -U (we already have a -u).
To generate a diff of this commit:
cvs rdiff -r1.11.4.9 -r1.11.4.10 src/usr.sbin/syslogd/syslog.conf.5
cvs rdiff -r1.35.2.2 -r1.35.2.3 src/usr.sbin/syslogd/syslogd.8
cvs rdiff -r1.69.2.34 -r1.69.2.35 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.