From owner-cvs-all Fri Oct 25 8:15: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE40D37B401; Fri, 25 Oct 2002 08:15:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E09443E42; Fri, 25 Oct 2002 08:15:06 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9PFEHmV099649; Fri, 25 Oct 2002 08:14:17 -0700 (PDT) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9PFEHSl099648; Fri, 25 Oct 2002 08:14:17 -0700 (PDT) Message-Id: <200210251514.g9PFEHSl099648@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 25 Oct 2002 08:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 100.chksetuid 200.chkmounts 500.ipfwdenied 600.ip6fwdenied 700.kernelmsg security.functions X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thomas 2002/10/25 08:14:17 PDT Modified files: etc/periodic/security 100.chksetuid 200.chkmounts 500.ipfwdenied 600.ip6fwdenied 700.kernelmsg Added files: etc/periodic/security security.functions Log: Factor out code across various /etc/periodic/security scripts into a separate file, /etc/periodic/security/security.functions. Reviewed by: roberto (mentor) Approved by: re@ Revision Changes Path 1.7 +6 -20 src/etc/periodic/security/100.chksetuid 1.5 +5 -19 src/etc/periodic/security/200.chkmounts 1.4 +4 -20 src/etc/periodic/security/500.ipfwdenied 1.4 +4 -20 src/etc/periodic/security/600.ip6fwdenied 1.6 +5 -20 src/etc/periodic/security/700.kernelmsg 1.1 +77 -0 src/etc/periodic/security/security.functions (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message