summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53/pkg-message
blob: c33cc3a65658b356a4cfc9caa5c03240d0484ef4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
**** 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.

	net_snmpd_enable="YES"
	net_snmpd_flags=""

**** You can specify make variables as:

	NET_SNMP_SYS_CONTACT="kuriyama@FreeBSD.org"
	NET_SNMP_SYS_LOCATION="Tokyo, Japan"
	DEFAULT_SNMP_VERSION=3
	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

	BATCH="yes"

     to make to avoid interactive configuration.