mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net-mgmt/net-snmp: do not drop privileges (#4138)
Appears to have changed in FreeBSD ports default behaviour. PR: https://github.com/opnsense/plugins/issues/4137
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= net-snmp
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_REVISION= 4
|
||||
PLUGIN_REVISION= 5
|
||||
PLUGIN_COMMENT= Net-SNMP is a daemon for the SNMP protocol
|
||||
PLUGIN_DEPENDS= net-snmp
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{% if helpers.exists('OPNsense.netsnmp.general.enabled') and OPNsense.netsnmp.general.enabled == '1' %}
|
||||
snmpd_setup="/usr/local/opnsense/scripts/OPNsense/Netsnmp/setup.sh"
|
||||
snmpd_enable="YES"
|
||||
snmpd_sugid="NO"
|
||||
{% else %}
|
||||
snmpd_enable="NO"
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user