From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 15 05:50:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4FE16A4CE for ; Mon, 15 Nov 2004 05:50:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5906743D2F for ; Mon, 15 Nov 2004 05:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iAF5oBj3012468 for ; Mon, 15 Nov 2004 05:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAF5oBHO012467; Mon, 15 Nov 2004 05:50:11 GMT (envelope-from gnats) Date: Mon, 15 Nov 2004 05:50:11 GMT Message-Id: <200411150550.iAF5oBHO012467@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: misc/73959: Teach periodic(8) to understand pf(4) denied packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 05:50:11 -0000 The following reply was made to PR conf/73959; it has been noted by GNATS. From: Giorgos Keramidas To: Clive Lin Cc: bug-followup@freebsd.org Subject: Re: misc/73959: Teach periodic(8) to understand pf(4) denied packets Date: Mon, 15 Nov 2004 07:43:01 +0200 On 2004-11-15 04:17, Clive Lin wrote: > >Number: 73959 > >Category: misc > >Synopsis: Teach periodic(8) to understand pf(4) denied packets > periodic(8) security output could display ipfw and ipf denied packets, > but not pf. Teach it to understand pf output. Good idea! There are a few details that need to get polished, but AFAICT the added scripts look fine. : diff -ruN --exclude *CVS* /usr/src/etc/periodic/security/520.pfdenied ./periodic/security/520.pfdenied : --- /usr/src/etc/periodic/security/520.pfdenied Thu Jan 1 08:00:00 1970 : +++ ./periodic/security/520.pfdenied Mon Nov 15 12:00:12 2004 : @@ -0,0 +1,53 @@ : +#!/bin/sh - : +# : +# Copyright (c) 2001 The FreeBSD Project : +# All rights reserved. The date is a bit off here :-) I only wanted to add that the periodic.conf.5 manpage must be updated too, if there are changes to the list of supported variables / options.