Received: by mail.netbsd.org (Postfix, from userid 605) id 2B19084DB1; Sun, 6 Oct 2019 11:13:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A192284DB0 for ; Sun, 6 Oct 2019 11:13:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aGzSt7bJKsBn for ; Sun, 6 Oct 2019 11:13:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F9CF84CD8 for ; Sun, 6 Oct 2019 11:13:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38ACAFBF4; Sun, 6 Oct 2019 11:13:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 6 Oct 2019 11:13:35 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/etc/rc.d To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20191006111335.38ACAFBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sun Oct 6 11:13:35 UTC 2019 Modified Files: src/etc/rc.d [netbsd-9]: npf_boot pf_boot Log Message: Pull up following revision(s) (requested by sevan in ticket #288): etc/rc.d/npf_boot: revision 1.2 etc/rc.d/pf_boot: revision 1.5 No need to empose the script to be runnable during boot time, it prevents the script from wroking if the system is booted into single user mode & then moved onto multi-user mode. Reported by for NPF but the issue is there in PF too. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.4.1 src/etc/rc.d/npf_boot cvs rdiff -u -r1.4 -r1.4.52.1 src/etc/rc.d/pf_boot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.