- If the buildbot-worker rc(8) script is started after setting
`rc_flags` in `rc.conf(5)`, the error "I wasn't expecting so many
arguments" appears and buildbot-worker does not start, the cause is
that buildbot-worker expect to have the parameters first and the
working directory second, but currently it is the other way around.[1]
- Fix rc script startup error at system startup while using profiles [2]
Changelog: https://github.com/buildbot/buildbot/releases/tag/v4.3.0
Sponsored by: The FreeBSD Foundation
PR: 285166 [1] , 285167 [2]
Reported by: dtxdf [1] [2]