/[ports]
ViewVC logotype

Revision 445207


Jump to revision: Previous Next
Author: asomers
Date: Fri Jul 7 03:57:39 2017 UTC (7 years ago)
Changed paths: 2
Log Message:
Fix changes unintentionally included in 445206

devel/py-twisted152/Makefile
	Revert all changes to this file

Pointy-hat-to:	asomers

devel/buildbot-workers/Makefile
devel/buildbot-workers/files/buildbot-worker.in
	Revert a 1-line change that I never intended to commit.  However,
	leave in place the PORTREVISION bump and the other change to the RC
	script, which I did intend to commit, but in a separate revision,
	with this change message:

devel/buildbot-worker rc script fails to start worker

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".

PR:		219207
Reviewed by:	grembo
Approved by:	grembo (maintainer)


Changed paths

Path Details
Directoryhead/devel/buildbot-worker/files/buildbot-worker.in modified , text changed
Directoryhead/devel/py-twisted152/Makefile modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27