Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 1998 11:58:15 -0400
From:      Harlan Stenn <Harlan.Stenn@pfcs.com>
To:        committers@FreeBSD.ORG
Subject:   syslogd changes
Message-ID:  <11111.898876695@brown.pfcs.com>

next in thread | raw e-mail | index | archive | help
Does anybody have the time to review/commit 2 patches I have to syslogd?

The new features include:

	syslogd -v	Logs the numeric facility/priority with the message
	syslogd -vv	Logs the alpha/mnemonic fac/pri with the message
	syslogd -u	Only logs messages of the exact priority per syslog.conf

I think -u should be lost in favor of the following patch.

The second patch lets syslog.conf supports fac.[<=>]pri:

	fac.pri		"Usual" behavior
	fac.>=pri	"Usual" behavior
	fac.<pri	Do "action" if message's pri is less than ...
	fac.<=pri	Do "action" if message's pri is less than or equal ...
	fac.=pri	Equivalent to -u option above
	fac.<>pri	Do "action" if message's pri is not ...
	...		

H



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11111.898876695>