1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net-mgmt/net-snmp53/pkg-message
Jun Kuriyama c16eb5d5cf o Add WITHOUT_PERL knob (and unbreak at unusual variable situation).
o Fix pkg-message message.

PR:		ports/56716, ports/58109
Submitted by:	Vivek Khera <khera@kcilink.com>,
		Matt Peterson <matt@peterson.org>
2003-10-31 14:17:06 +00:00

24 lines
695 B
Plaintext

**** 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.
snmpd_enable="YES"
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.