git: 9e2e1eee043e - main - devel/py-buildbot-worker: fix rcfile reference to command
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jul 2024 18:21:43 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e2e1eee043e36a2311028d74abadd280a73f015 commit 9e2e1eee043e36a2311028d74abadd280a73f015 Author: László Károlyi <laszlo@karolyi.hu> AuthorDate: 2024-07-02 18:20:42 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-07-02 18:20:42 +0000 devel/py-buildbot-worker: fix rcfile reference to command PR: 279500 Approved: bofh Author: László Károlyi <laszlo@karolyi.hu> --- devel/py-buildbot-worker/files/buildbot-worker.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-buildbot-worker/files/buildbot-worker.in b/devel/py-buildbot-worker/files/buildbot-worker.in index 4b6dd5c4a9e9..d9334140c7cf 100644 --- a/devel/py-buildbot-worker/files/buildbot-worker.in +++ b/devel/py-buildbot-worker/files/buildbot-worker.in @@ -39,7 +39,7 @@ export PATH=${PATH}:%%LOCALBASE%%/bin name="buildbot_worker" desc="Buildbot Buildworker" rcvar=buildbot_worker_enable -command="/usr/local/bin/buildbot-worker-3.9" +command="/usr/local/bin/buildbot-worker" load_rc_config ${name} # These are just the defaults, they might get overriden for a specific profile.