By default the checkconfig command writes "configuration OK" to standard
output. This is inconsistent with all other services which do not write
anything to standard output. Additionally, this may cause strange output
when booting with rc_parallel="YES"
where multiple services write to
standard output concurrently.
Unfortunately, it is not possible to only display errors in the configuration since both error messages and the "configuration OK" message are written to standard error [1].