Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2002 11:14:44 +0100
From:      Erwan Breton <breton@cri.ensmp.fr>
To:        freebsd-questions@freebsd.org
Subject:   Re: Kernel log messages
Message-ID:  <200212151114.44906.breton@cri.ensmp.fr>
In-Reply-To: <20021214201230.GA607@gothmog.gr>
References:  <200212141214.42931.breton@cri.ensmp.fr> <200212141604.34200.breton@cri.ensmp.fr> <20021214201230.GA607@gothmog.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
> Can you try the following patch to /etc/periodic/security ?
>
> %%%
> diff -u security.functions.orig -r1.2 security.functions
> --- security.functions.orig=0916 Nov 2002 14:58:39 -0000
> +++ security.functions=0914 Dec 2002 20:00:41 -0000
> @@ -44,6 +44,9 @@
>    if [ "$1" =3D "new_only" ]; then
>      shift
>      filter=3D"grep '^>'"
> +    if [ "$2" =3D "dmesg" ]; then
> +      filter=3D"${filter} | grep -v 'ipfw:'"
> +    fi
>    else
>      filter=3D"cat"
>    fi
> %%%
>

Thanks, i'll try.
Where did you find it ?

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?200212151114.44906.breton>