Summary: | net-mgmt/net-snmp: fix net-snmp-config --create-snmpv3-user for use on jail hosts | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dan Langille <dvl> | ||||
Component: | Individual Port(s) | Assignee: | Ryan Steinmetz <zi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | zi:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Dan Langille
2023-02-23 23:01:02 UTC
Approved. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7344c09f84ab44ed4cefe39f671b2b0b26449fe0 commit 7344c09f84ab44ed4cefe39f671b2b0b26449fe0 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-02-24 15:32:28 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-02-24 15:35:47 +0000 net-mgmt/net-snmp: fix net-snmp-config on jail hosts re https://github.com/net-snmp/net-snmp/issues/280 This patch allows 'net-snmp-config --create-snmpv3-user' to succeed if run on a jail host and snmpd is also running in one of the jails. Thhis patch limits the check to the host, ingnoring jails. PR: 269791 net-mgmt/net-snmp/Makefile | 2 +- net-mgmt/net-snmp/files/patch-net-snmp-create-v3-user.in | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) Thank you. |