CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/02 16:11:57
Modified files:
etc/rc.d : rc.subr
share/man/man8 : rc.d.8 rc.subr.8
Log message:
Make rc_configtest behave like rc_pre and rc_post; i.e. don't define a default
function (each rc.d script is supposed to define its own if wanted).
This way, we can filter out the "configtest" action depending on whether the
function exists or not.
Adapt documentation.
tweak/ok kn@
