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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 27873 invoked from network); 27 Oct 2022 17:11:39 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 27 Oct 2022 17:11:39 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Thu Oct 27 13:10:40 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1666890737; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=e+ThEWbkl13lJe2uZm+pmSbcwuXoav67kt2MDgVNd2U=; b=cr2m3vc9GyApU9ilKI/ETGU2Z3cm+X2oWzhMhYFpDZUdcLpPAzPD94zqlHq83djduzl5QS yTIGu3fMzQCoYAL4IQIuARiY8J6gtXjyylWB3hpGu6gDX+ClcnVk/B/KroFLxz17rOsYCu 5JkUExz0aNKMpSrZfjsBMh1NSxU3qOk= Received: from [192.168.168.200] (161-97-228-135.mynextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 026cf496 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Thu, 27 Oct 2022 12:12:16 -0500 (CDT) Message-ID: <84bec7e5-908e-b2c4-c058-a153951f0359@posixcafe.org> Date: Thu, 27 Oct 2022 11:10:12 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Content-Language: en-US To: 9front@9front.org References: From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: self-signing-based persistence service dependency locator Subject: Re: [9front] init: Remove an outdated paragraph from the man page Reply-To: 9front@9front.org Precedence: bulk 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.