diff options
Diffstat (limited to 'net-mgmt/net-snmp/files/snmpd.sh.in')
-rw-r--r-- | net-mgmt/net-snmp/files/snmpd.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/files/snmpd.sh.in b/net-mgmt/net-snmp/files/snmpd.sh.in index 9b7403fff268..8c72326f3e60 100644 --- a/net-mgmt/net-snmp/files/snmpd.sh.in +++ b/net-mgmt/net-snmp/files/snmpd.sh.in @@ -8,10 +8,10 @@ # Add the following line to /etc/rc.conf to enable snmpd: # # snmpd_enable="YES" +# snmpd_flags="<set as needed>" # snmpd_enable=${snmpd_enable-"NO"} -snmpd_flags=${snmpd_flags-""} snmpd_pidfile=${snmpd_pidfile-"/var/run/snmpd.pid"} snmpd_conffile=${snmpd_conffile-""} snmpd_flush_cache=${snmpd_flush_cache-"NO"} |