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 30791 invoked from network); 27 Oct 2022 17:35:51 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 27 Oct 2022 17:35:51 -0000 Received: from tilde.team ([198.50.210.248]) by 9front; Thu Oct 27 13:34:16 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.team; s=mail; t=1666892054; bh=QRSstEyNZ975+rc1Ol9TkqWcogCkK6Oh7258+rS3PCU=; h=Date:From:To:Subject:References:In-Reply-To:From; b=Xf+YnTEO+rbhweJpiP2rnk8oznS6yzhQ0kMwW+7qMSrdJ60d10SVlsro3uBPhZggn FlY0SGwPgtQ8WU9H9YVNXs9eAUOJaduSijs8SloQUgq168hC4kSOguRhCL7yrmoztA D9YQNHjiQQbM0B526H7H77bPkTXSk20mOZ3CaYzM= Received: from quark.home.arpa (unknown [IPv6:2607:fb90:938b:db84:a667:de27:a5c1:501a]) by tilde.team (Postfix) with ESMTPSA id D89D84C5290 for <9front@9front.org>; Thu, 27 Oct 2022 17:34:14 +0000 (UTC) Received: from localhost (quark.home.arpa [local]) by quark.home.arpa (OpenSMTPD) with ESMTPA id 6cd66662 for <9front@9front.org>; Thu, 27 Oct 2022 13:34:08 -0400 (EDT) Date: Thu, 27 Oct 2022 13:34:08 -0400 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: <84bec7e5-908e-b2c4-c058-a153951f0359@posixcafe.org> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: app self-signing rich-client shader Subject: Re: [9front] init: Remove an outdated paragraph from the man page Reply-To: 9front@9front.org Precedence: bulk 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 > > --- 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), > > 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.