[Bug 285166] devel/{py-buildbot,py-buildbot-worker}: Fix "I wasn't expecting so many arguments" when 'rc_flags' is set in rc.conf(5)
Date: Wed, 05 Mar 2025 07:24:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285166 Bug ID: 285166 Summary: devel/{py-buildbot,py-buildbot-worker}: Fix "I wasn't expecting so many arguments" when 'rc_flags' is set in rc.conf(5) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: DtxdF@disroot.org Created attachment 258294 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=258294&action=edit buildbot-rc-fix.diff If the buildbot/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/buildbot-worker does not start, the cause is that buildbot/buildbot-worker expect to have the parameters first and the working directory second, but currently it is the other way around. -- You are receiving this mail because: You are the assignee for the bug.