CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/01 01:25:32
Modified files:
etc/rc.d : rc.subr
share/man/man8 : rc.d.8
usr.sbin/rcctl : rcctl.sh
Log message:
Add a new action: "configtest", to check configuration syntax of the daemon.
A few adjustments will be done in the next days (like disabling this action if
there's no specific rc_configtest function defined).
e.g.
/etc/rc.d/sshd configtest
rcctl configtest sshd
idea from naddy@
