From owner-freebsd-questions Sun Dec 15 2:14:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC26E37B401 for ; Sun, 15 Dec 2002 02:14:38 -0800 (PST) Received: from mel-rto2.wanadoo.fr (smtp-out-2.wanadoo.fr [193.252.19.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A1043E4A for ; Sun, 15 Dec 2002 02:14:37 -0800 (PST) (envelope-from breton@cri.ensmp.fr) Received: from mel-rta9.wanadoo.fr (193.252.19.69) by mel-rto2.wanadoo.fr (6.7.015) id 3DF63096002D3F73 for freebsd-questions@freebsd.org; Sun, 15 Dec 2002 11:14:36 +0100 Received: from athena (80.15.136.252) by mel-rta9.wanadoo.fr (6.7.015) id 3DF631170025362D for freebsd-questions@freebsd.org; Sun, 15 Dec 2002 11:14:36 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Erwan Breton To: freebsd-questions@freebsd.org Subject: Re: Kernel log messages Date: Sun, 15 Dec 2002 11:14:44 +0100 User-Agent: KMail/1.4.3 References: <200212141214.42931.breton@cri.ensmp.fr> <200212141604.34200.breton@cri.ensmp.fr> <20021214201230.GA607@gothmog.gr> In-Reply-To: <20021214201230.GA607@gothmog.gr> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212151114.44906.breton@cri.ensmp.fr> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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