[Bug 219207] [PATCH] devel/buildbot-worker rc script fails to start worker
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 11 04:32:11 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219207
Bug ID: 219207
Summary: [PATCH] devel/buildbot-worker rc script fails to start
worker
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: grembo at FreeBSD.org
Reporter: asomers at FreeBSD.org
Flags: maintainer-feedback?(grembo at FreeBSD.org)
Keywords: patch
Assignee: grembo at FreeBSD.org
Created attachment 182497
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182497&action=edit
Patch to fix buildbot-worker rc script
Running "service buildbot-worker start" on FreeBSD 11.0-RELEASE fails with the
error "warn 'run_rc_command: cannot run -worker_program". The reason is
because `name` contains a hyphen. This causes the following line in rc.subr to
expand incorrectly:
command=${_override_command:-$command}
The solution is to change name to "buildbot_worker".
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list