Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2000 14:07:15 -0800 (PST)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        "Vladimir B. Grebeschikov" <vova@express.ru>
Cc:        current@FreeBSD.ORG
Subject:   Re: syslogd
Message-ID:  <Pine.BSF.4.21.0001151405020.7384-100000@resnet.uoregon.edu>
In-Reply-To: <Pine.BSF.4.21.0001151723020.53170-100000@lanturn.kmost.express.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 15 Jan 2000, Vladimir B. Grebeschikov wrote:

> 
>  I've make small patch to syslogd, to enable terminate search of logfiles
> when matched specifig progname, like:
> 
> # log anything interesting to console
> *.err;kern.debug;auth.notice;mail.crit          /dev/console
> *.err                                           root
> *.notice;news.err                               root
> *.alert                                         root
> *.emerg                                         *
> 
> 
> # log firewall messages ONLY in this file (noy in messages below)
> !!ipfw
> *.*	/var/log/ipfw

This is a bad example.  ipfw messages come from the kernel so you can't
filter those. 

Doug White                    |  FreeBSD: The Power to Serve
dwhite@resnet.uoregon.edu     |  www.FreeBSD.org



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




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