Date: Wed, 20 Oct 2021 09:47:40 +0200 From: Baptiste Daroussin <bapt@freebsd.org> To: Alexey Dokuchaev <danfe@freebsd.org> 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> In-Reply-To: <YW/IhTTqvbeUG6t1@FreeBSD.org> References: <202110200734.19K7YWgT090885@gitrepo.freebsd.org> <YW/IhTTqvbeUG6t1@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211020074740.dn5qnunqwmtxzhpq>