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 21:23:17
Module Name: src
Committed By: thorpej
Date: Thu Nov 18 21:23:17 UTC 2004
Modified Files:
src/usr.sbin/syslogd [thorpej-syslogd-hack-branch]: syslog.conf.5
syslogd.c
Log Message:
Make the -U option treat "*" as "all levels" by explcitiy setting
comparison flags for it internally. Also extend the syntax to allow
"!level" or "!=level", similar to Linux's syslogd.
From FreeBSD.
To generate a diff of this commit:
cvs rdiff -r1.11.4.10 -r1.11.4.11 src/usr.sbin/syslogd/syslog.conf.5
cvs rdiff -r1.69.2.36 -r1.69.2.37 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.