CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/22 11:58:13
Modified files:
etc/rc.d : rc.subr
Log message:
Do not run _rc_parse_conf of /var/run/rc.d/foobar on "start".
This is needed in case a foobar fails to start but still returns 0. Changing its
flags (in rc.conf.local) would then get ignored because of this cache (which is
around to handle stop/check/reload on flags changes).
claudio@ reported this issue when struggling with prometheus several weeks ago
