Date: Sun, 15 Dec 2002 19:07:25 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Erwan Breton <breton@cri.ensmp.fr> Cc: freebsd-questions@freebsd.org Subject: Re: Kernel log messages Message-ID: <20021215170725.GG9246@gothmog.gr> In-Reply-To: <200212151114.44906.breton@cri.ensmp.fr> References: <200212141214.42931.breton@cri.ensmp.fr> <200212141604.34200.breton@cri.ensmp.fr> <20021214201230.GA607@gothmog.gr> <200212151114.44906.breton@cri.ensmp.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-12-15 11:14, Erwan Breton <breton@cri.ensmp.fr> wrote: > > Can you try the following patch to /etc/periodic/security ? > > > > %%% > > diff -u security.functions.orig -r1.2 security.functions > > --- security.functions.orig 16 Nov 2002 14:58:39 -0000 > > +++ security.functions 14 Dec 2002 20:00:41 -0000 > > @@ -44,6 +44,9 @@ > > if [ "$1" = "new_only" ]; then > > shift > > filter="grep '^>'" > > + if [ "$2" = "dmesg" ]; then > > + filter="${filter} | grep -v 'ipfw:'" > > + fi > > else > > filter="cat" > > fi > > %%% > > Thanks, i'll try. > Where did you find it ? Nowhere. I wrote it. The usual "there it no warranty, and I'm not going to accept any responsibility for it" stuff applies of course :P To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021215170725.GG9246>