From nobody Wed Oct 20 07:47:40 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id AF618180365D; Wed, 20 Oct 2021 07:47:42 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HZ2lL4cg5z3GHX; Wed, 20 Oct 2021 07:47:42 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: from aniel.nours.eu (nours.eu [IPv6:2001:41d0:8:3a4d::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 625586B2C; Wed, 20 Oct 2021 07:47:42 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 24868B2CCC; Wed, 20 Oct 2021 09:47:40 +0200 (CEST) Date: Wed, 20 Oct 2021 09:47:40 +0200 From: Baptiste Daroussin To: Alexey Dokuchaev Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: d410b585b6f0 - main - sh(1): make it the default shell for the root user Message-ID: <20211020074740.dn5qnunqwmtxzhpq@aniel.nours.eu> References: <202110200734.19K7YWgT090885@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-ThisMailContainsUnwantedMimeParts: N On Wed, Oct 20, 2021 at 07:43:01AM +0000, Alexey Dokuchaev wrote: > On Wed, Oct 20, 2021 at 07:34:32AM +0000, Baptiste Daroussin wrote: > > commit d410b585b6f00a26c2de7724d6576a3ea7d548b7 > > > > sh(1): make it the default shell for the root user > > > > @@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: > > world, or to merely disable the most expensive debugging functionality > > at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) > > > > +20211020: > > + sh(1) is now the default shell for the root user. to force root to use > > New sentences start with capital letter. We also typically use double > space to separate sentences as it makes easier to read text with fixed- > width fonts, e.g. on the terminal. > > > + the csh shell, please run the following command as root: > > + > > + $ chsh -s csh > > Suggesting to run the command as root and using non-root prompt ($) in > the example is confusing. > > ./danfe Fixed, Thanks, Bapt