In start script, there is a typo in configuration variables. Instead of "ipmi_xxx" "impi_xxx" is used. Fix attached.
Created attachment 240525 [details] Fix typo in startup script
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=15c592ca177767cd574ed4d32530a126df81ad5f commit 15c592ca177767cd574ed4d32530a126df81ad5f Author: topical <topical@gmx.net> AuthorDate: 2023-03-03 08:46:21 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-03-05 12:03:44 +0000 sysutils/ipmi_exporter: Fix typo in configuration s/impi/ipmi PR: 269911 Reported by: topical@gmx.net Approved by: meka@tilda.center (maintainer) MFH: 2023Q1 (bug fix) sysutils/ipmi_exporter/files/ipmi_exporter.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
A commit in branch 2023Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=31d4225c50cf0bbc5e1410c77d1651f0fbf1e888 commit 31d4225c50cf0bbc5e1410c77d1651f0fbf1e888 Author: topical <topical@gmx.net> AuthorDate: 2023-03-03 08:46:21 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-03-05 12:05:34 +0000 sysutils/ipmi_exporter: Fix typo in configuration s/impi/ipmi PR: 269911 Reported by: topical@gmx.net Approved by: meka@tilda.center (maintainer) MFH: 2023Q1 (bug fix) (cherry picked from commit 15c592ca177767cd574ed4d32530a126df81ad5f) sysutils/ipmi_exporter/files/ipmi_exporter.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Committed and merged to 2023Q1, Thanks!