Introduce the rc_configtest() function.
authorajacoutot <ajacoutot@openbsd.org>
Mon, 29 Aug 2022 19:14:02 +0000 (19:14 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Mon, 29 Aug 2022 19:14:02 +0000 (19:14 +0000)
commit51617a979418e09a2cb520a6086b186fe800f682
tree12bc27a97cb08471f2c5ef9197de04a03eaeb94b
parent5886cc40c4780585f1b3d71b803821046fd5c1b3
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".
etc/rc.d/rc.subr
share/man/man8/rc.subr.8