| Summary: | [maintainer-update] update sysutils/consul-alerts to have PATH set in rc.d/consul-alerts | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | John Hixson <jhixson> | ||||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | araujo | ||||||
| Priority: | --- | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Created attachment 181079 [details]
port diff file
I'll take it. Committed with small changes. A commit references this bug: Author: araujo Date: Thu Mar 23 02:32:58 UTC 2017 New revision: 436752 URL: https://svnweb.freebsd.org/changeset/ports/436752 Log: - Fix an issue with PATH environment, without it, consul-alerts will not watch checks and events. - Update a constant with the proper version of consul-alerts. - Fix pkg-descr replacing URL by WWW keyword. PR: ports/218027 Submitted by: John Hixson <jhixson@gmail.com> (maintainer) Changes: head/sysutils/consul-alerts/Makefile head/sysutils/consul-alerts/files/consul-alerts.in head/sysutils/consul-alerts/files/patch-consul-alerts.go head/sysutils/consul-alerts/pkg-descr |
Created attachment 181078 [details] port diff file Without the PATH environment set configured, consul-alerts will not watch checks and events (if configured to do so). This patch fixes it.