Re: git: d410b585b6f0 - main - sh(1): make it the default shell for the root user

From: Baptiste Daroussin <bapt_at_freebsd.org>
Date: Wed, 20 Oct 2021 07:47:40 UTC
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