CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/29 13:14:02
Modified files:
etc/rc.d : rc.subr
share/man/man8 : rc.subr.8
Log message:
Introduce the rc_configtest() function.
By default it just returns "0" but can be overriden by rc.d scripts to check
that the daemon configuration is valid when running "start", "reload" and
"restart".
