[Bug 282759] sysutils/snmp_exporter: update to 0.26.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282759] sysutils/snmp_exporter: update to 0.26.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Dec 2024 05:04:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282759
Gleb Popov <arrowd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arrowd@FreeBSD.org
--- Comment #2 from Gleb Popov <arrowd@FreeBSD.org> ---
Changes like
- content, err := ioutil.ReadFile("generator.yml")
+ content, err :=
ioutil.ReadFile("/usr/local/etc/snmp_exporter/generator.yml")
look suspicious. I don't think our port should diverge from what the upstream
does. And the "/usr/local" can't be hardcoded into patches too.
--
You are receiving this mail because:
You are the assignee for the bug.