From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11595 invoked from network); 19 Nov 2022 13:15:09 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 19 Nov 2022 13:15:09 -0000 Received: from tilde.team ([198.50.210.248]) by 9front; Sat Nov 19 08:13:11 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.team; s=mail; t=1668863589; bh=tXtdO0juqrjR7HOJYQt8No1GNh04maK/EBVFGXGaW+M=; h=Date:From:To:Subject:References:In-Reply-To:From; b=RYIvdCldW7YBSaAlurxTVDvT6W183+8HWhH8c/DN3Z+bRr1vC7/KAZCgidU+DCNb0 bD+PM13qeoSQ8OwgcJdaIRgW05KzLPtOHckqTmx8pKBTUQirTH6sLS22pK/v5d9rpt IfV74wO1cFqz2WOXU4bp8VlfgARhZHTBIqccu7rM= Received: from quark.home.arpa (unknown [IPv6:2607:fb91:131a:476b:8610:aeca:bbc:b235]) by tilde.team (Postfix) with ESMTPSA id 3D2B84C02DE for <9front@9front.org>; Sat, 19 Nov 2022 13:13:09 +0000 (UTC) Received: from localhost (quark.home.arpa [local]) by quark.home.arpa (OpenSMTPD) with ESMTPA id 6ab4f0d6 for <9front@9front.org>; Sat, 19 Nov 2022 08:13:05 -0500 (EST) Date: Sat, 19 Nov 2022 08:13:05 -0500 From: Josiah Frentsos To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: <84bec7e5-908e-b2c4-c058-a153951f0359@posixcafe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: lossless lifecycle standard-oriented manager Subject: Re: [9front] init: Remove an outdated paragraph from the man page Reply-To: 9front@9front.org Precedence: bulk Ping. On Thu, Oct 27, 2022 at 01:34:08PM -0400, Josiah Frentsos wrote: > On Thu, Oct 27, 2022 at 11:10:12AM -0600, Jacob Moody wrote: > > On 10/27/22 11:05, Josiah Frentsos wrote: > > > diff 0e9c5f30eabbf213023658efb863dbaf6a608a51 uncommitted [...] > > > > This is not exactly incorrect though, I presume this is talking > > about boots that lack a nvram for one reason or another, and in those > > cases the cpu server will not boot until a key is given. It may be > > worth the inclusion of the nvram check, but flat out deleting this > > is not right. > > It refers to the pass() function that was removed in commit > c7be3ba9e65adcde52b942449a3e9efd2b12382e. diff 0e9c5f30eabbf213023658efb863dbaf6a608a51 uncommitted --- a/sys/man/8/init +++ b/sys/man/8/init @@ -69,12 +69,6 @@ .I command or service class. .PP -On a CPU server, -.I init -requires the machine's password to be supplied before starting -.I rc -on the console. -.PP .I Init is invoked by .IR boot (8),