From owner-cvs-all Sat Aug 24 21: 9:23 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 4FFFF37B400; Sat, 24 Aug 2002 21:09:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB4743E4A; Sat, 24 Aug 2002 21:09:18 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P49HJU074732; Sat, 24 Aug 2002 21:09:17 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P49HgE074730; Sat, 24 Aug 2002 21:09:17 -0700 (PDT) Message-Id: <200208250409.g7P49HgE074730@freefall.freebsd.org> From: "Crist J. Clark" Date: Sat, 24 Aug 2002 21:09: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 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg 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 cjc 2002/08/24 21:09:17 PDT Modified files: etc/periodic/security 100.chksetuid 200.chkmounts 500.ipfwdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg Log: Only create a temporary file if we are actually going to do something in the script. Eliminates a bug where we create a temp file, but don't delete it since the rm(1) is only done if the check is enabled. PR: bin/40960 Submitted by: frf MFC after: 3 days Revision Changes Path 1.5 +1 -1 src/etc/periodic/security/100.chksetuid 1.4 +2 -2 src/etc/periodic/security/200.chkmounts 1.3 +2 -2 src/etc/periodic/security/500.ipfwdenied 1.4 +2 -2 src/etc/periodic/security/550.ipfwlimit 1.3 +2 -2 src/etc/periodic/security/600.ip6fwdenied 1.4 +2 -2 src/etc/periodic/security/650.ip6fwlimit 1.5 +1 -1 src/etc/periodic/security/700.kernelmsg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message