> 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 ?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message