Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 07:43:01 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Baptiste Daroussin <bapt@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:  <YW/IhTTqvbeUG6t1@FreeBSD.org>
In-Reply-To: <202110200734.19K7YWgT090885@gitrepo.freebsd.org>
References:  <202110200734.19K7YWgT090885@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YW/IhTTqvbeUG6t1>