From owner-cvs-all@FreeBSD.ORG Sun Aug 10 18:11:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 188B2106567F; Sun, 10 Aug 2008 18:11:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA9268FC08; Sun, 10 Aug 2008 18:11:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7AIBgBw045795; Sun, 10 Aug 2008 18:11:42 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7AIBgcx045794; Sun, 10 Aug 2008 18:11:42 GMT (envelope-from antoine@repoman.freebsd.org) Message-Id: <200808101811.m7AIBgcx045794@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to antoine@repoman.freebsd.org using -f From: Antoine Brodin Date: Sun, 10 Aug 2008 18:11:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/periodic/security 550.ipfwlimit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2008 18:11:43 -0000 antoine 2008-08-10 18:11:24 UTC FreeBSD src repository Modified files: etc/periodic/security 550.ipfwlimit Log: SVN rev 181531 on 2008-08-10 18:11:24Z by antoine Improve periodic/security/550.ipfwlimit a bit: - don't run it if net.inet.ip.fw.verbose = 0 as it is pointless - handle rules without logging limit correctly [1] (those rules show up without logamount in "ipfw -a list") PR: conf/126060 [1] MFC after: 1 month Revision Changes Path 1.11 +3 -6 src/etc/periodic/security/550.ipfwlimit