aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-03-19 18:28:08 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-03-19 18:28:08 +0000
commit8d0c701f1b9ef786010e3724350795fe4705599d (patch)
tree7866d9ff9753f2b413d051b865a1bb28e3aa7ef9 /net-mgmt/net-snmp
parent4eaf75c4d6fc6d46f8f111cd09c453201b421ba2 (diff)
downloadports-8d0c701f1b9ef786010e3724350795fe4705599d.tar.gz
ports-8d0c701f1b9ef786010e3724350795fe4705599d.zip
Notes
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r--net-mgmt/net-snmp/files/pkg-message.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/net-mgmt/net-snmp/files/pkg-message.in b/net-mgmt/net-snmp/files/pkg-message.in
index 9fc7af6801dc..3e90658ba500 100644
--- a/net-mgmt/net-snmp/files/pkg-message.in
+++ b/net-mgmt/net-snmp/files/pkg-message.in
@@ -1,7 +1,7 @@
-**** 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.
+**** This port installs snmpd, header files and libraries but does not
+ start snmpd by default.
+ If you want to auto-start snmpd and snmptrapd:, add the following to
+ /etc/rc.conf:
snmpd_enable="YES"
snmpd_flags="-a"
@@ -9,7 +9,7 @@
snmptrapd_enable="YES"
snmptrapd_flags="-a -p /var/run/snmptrapd.pid"
-**** You may specify the following make variables:
+**** You may also specify the following make variables:
NET_SNMP_SYS_CONTACT="zi@FreeBSD.org"
NET_SNMP_SYS_LOCATION="USA"
@@ -18,10 +18,10 @@
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. You may also set
+ to define default values (or to override the defaults). To avoid being
+ prompted during the configuration process, you should (minimally) define
+ the first two variables. (NET_SNMP_SYS_*)
- BATCH="yes"
+ You may also define the following to avoid all interactive configuration:
- to avoid interactive configuration.
+ BATCH="yes"