Add a new -q ("quiet") option to rc.d(8) and rcctl(8): do not display the script name nor the result of the action. This can be used for example in newsyslog.conf when using rcctl to reload daemons.
Note that "quiet" is fully quiet, even when an error occurs (the
return code can be checked for success or failure); this can be
revisited if needed.
requested by a few in the past
ok dlg@