Bug 269911

Summary: sysutils/ipmi_exporter:Typo in configuration variables
Product: Ports & Packages Reporter: topical <topical>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: fernape, meka
Priority: --- Flags: meka: maintainer-feedback+
fernape: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix typo in startup script none

Description topical 2023-03-02 10:55:45 UTC
In start script, there is a typo in configuration variables. Instead of "ipmi_xxx" "impi_xxx" is used.

Fix attached.
Comment 1 topical 2023-03-02 10:56:48 UTC
Created attachment 240525 [details]
Fix typo in startup script
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-03-05 12:09:01 UTC
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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-03-05 12:11:02 UTC
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(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-03-05 12:11:11 UTC
Committed and merged to 2023Q1,

Thanks!