summaryrefslogtreecommitdiff
path: root/user/net-snmp/snmpd.confd
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-22 04:09:08 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-22 04:09:08 -0500
commit2fb8795e48ba6ad3943c09fa06cffea1690519e7 (patch)
tree59b4bd9bc93f46fa2d84efa916e99f1011011337 /user/net-snmp/snmpd.confd
parent2a080de5c02254e5e610ab81b2127413e8aabe7b (diff)
downloadpackages-2fb8795e48ba6ad3943c09fa06cffea1690519e7.tar.gz
packages-2fb8795e48ba6ad3943c09fa06cffea1690519e7.tar.bz2
packages-2fb8795e48ba6ad3943c09fa06cffea1690519e7.tar.xz
packages-2fb8795e48ba6ad3943c09fa06cffea1690519e7.zip
user/net-snmp: pull in, fix another wildly inaccurate license, misc
Diffstat (limited to 'user/net-snmp/snmpd.confd')
-rw-r--r--user/net-snmp/snmpd.confd14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/net-snmp/snmpd.confd b/user/net-snmp/snmpd.confd
new file mode 100644
index 000000000..849517574
--- /dev/null
+++ b/user/net-snmp/snmpd.confd
@@ -0,0 +1,14 @@
+# Initial (empty) options.
+OPTS=""
+
+# Enable connection logging.
+#OPTS="${OPTS} -a"
+
+# Enable syslog and disable file log.
+OPTS="${OPTS} -LSwd -Lf /dev/null"
+
+# Enable agentx socket as /var/agentx/master
+# *NOTE* Before uncommenting this, make sure
+# the /var/agentx directory exists.
+#OPTS="${OPTS} -x /var/agentx/master"
+