summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp/pkg-message')
-rw-r--r--net-mgmt/net-snmp/pkg-message19
1 files changed, 11 insertions, 8 deletions
diff --git a/net-mgmt/net-snmp/pkg-message b/net-mgmt/net-snmp/pkg-message
index 492dcecabfe0..cc545c40eb4e 100644
--- a/net-mgmt/net-snmp/pkg-message
+++ b/net-mgmt/net-snmp/pkg-message
@@ -1,23 +1,26 @@
-**** This port installs snmp daemon, include files and libraries but not
- invoking snmpd by default.
- If you want to invoke snmpd from startup, put these lines into
- /etc/rc.conf.
+**** This port installs snmp daemon, header files and libraries but don't
+ invokes snmpd by default.
+ If you want to invoke snmpd and/or snmptrapd at startup, put these
+ lines into /etc/rc.conf.
snmpd_enable="YES"
- snmpd_flags=""
+ snmpd_flags="-as -p /var/run/snmpd.pid"
+ snmptrapd_enable="YES"
+ snmptrapd_flags="-as -p /var/run/snmptrapd.pid"
-**** You can specify make variables as:
+**** You may specify the following make variables:
NET_SNMP_SYS_CONTACT="kuriyama@FreeBSD.org"
NET_SNMP_SYS_LOCATION="Tokyo, Japan"
DEFAULT_SNMP_VERSION=3
+ NET_SNMP_MIB_MODULES="host smux mibII/mta_sendmail ucd-snmp/diskio"
NET_SNMP_LOGFILE=/var/log/snmpd.log
NET_SNMP_PERSISTENTDIR=/var/net-snmp
to define default values (or overwriting defaults). At least
setting first two variables, you will not be prompted during
- configuration process. Or you can set
+ configuration process. You may also set
BATCH="yes"
- to make to avoid interactive configuration.
+ to avoid interactive configuration.