Re: csh to sh migration for root in RELENG_14

From: Garrett Wollman <wollman_at_bimajority.org>
Date: Fri, 17 Nov 2023 19:55:28 UTC
<<On Fri, 17 Nov 2023 14:46:53 -0500, mike tancsa <mike@sentex.net> said:

> Thanks for the clarifications.  With respect to changing root's shell, 
> do I run the risk of breaking anything in, say, periodic that would rely 
> on root's shell being one thing or another ?

periodic(8) is a /bin/sh script and does not depend on any particular
user's shell.  It executes each action as a separate process, and all
of the supplied actions are also /bin/sh scripts.

-GAWollman