CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2025/08/10 03:30:55
Modified files: etc/rc.d : rc.subr share/man/man8 : rc.d.8 usr.sbin/rcctl : rcctl.8 rcctl.sh Log message: 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@