On 2002-12-15 11:14, Erwan Breton <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message