From owner-freebsd-questions Fri Sep 29 2:42:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ocdi.sb101.org (ppp-205.cust210-9-19.ghr.chariot.net.au [210.9.19.205]) by hub.freebsd.org (Postfix) with ESMTP id DF0D537B631 for ; Fri, 29 Sep 2000 02:39:30 -0700 (PDT) Received: from localhost (data@localhost) by ocdi.sb101.org (8.9.3/8.9.3) with ESMTP id TAA78624 for ; Fri, 29 Sep 2000 19:09:12 +0930 (CST) (envelope-from data@sb101.org) Date: Fri, 29 Sep 2000 19:09:11 +0930 (CST) From: Trevor Nichols To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've written an accounting script, and what it does is create various ipfw rules, gets the bytes in the rule, zero's it after adding the sum to a file. The only problem is this: Sep 29 19:06:02 ocdi /kernel: ipfw: Entry 40010 cleared. Sep 29 19:06:02 ocdi /kernel: ipfw: Entry 40011 cleared. Every time I run the update script, it has that. Is there any way to stop the kernel from logging these? I'd still like to be able to log other ipfw commands, explicitly with the -l but this is just ipfw 40010 zero, no -l at all. Any ideas? -Trev. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message