From owner-cvs-all Tue Aug 27 22:14: 0 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 25ED637B400; Tue, 27 Aug 2002 22:13:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA34543E3B; Tue, 27 Aug 2002 22:13:53 -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 g7S5DrJU075812; Tue, 27 Aug 2002 22:13:53 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7S5Drij075811; Tue, 27 Aug 2002 22:13:53 -0700 (PDT) Message-Id: <200208280513.g7S5Drij075811@freefall.freebsd.org> From: "Crist J. Clark" Date: Tue, 27 Aug 2002 22:13:53 -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: RELENG_4 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/27 22:13:53 PDT Modified files: (Branch: RELENG_4) etc/periodic/security 100.chksetuid 200.chkmounts 500.ipfwdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg Log: MFC: 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 Revision Changes Path 1.1.2.5 +1 -1 src/etc/periodic/security/100.chksetuid 1.2.2.3 +2 -2 src/etc/periodic/security/200.chkmounts 1.1.2.3 +2 -2 src/etc/periodic/security/500.ipfwdenied 1.2.2.3 +2 -2 src/etc/periodic/security/550.ipfwlimit 1.1.2.3 +2 -2 src/etc/periodic/security/600.ip6fwdenied 1.2.2.3 +2 -2 src/etc/periodic/security/650.ip6fwlimit 1.1.2.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