diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-22 04:09:08 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-22 04:09:08 -0500 |
commit | 2fb8795e48ba6ad3943c09fa06cffea1690519e7 (patch) | |
tree | 59b4bd9bc93f46fa2d84efa916e99f1011011337 /user/net-snmp/snmptrapd.confd | |
parent | 2a080de5c02254e5e610ab81b2127413e8aabe7b (diff) | |
download | packages-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/snmptrapd.confd')
-rw-r--r-- | user/net-snmp/snmptrapd.confd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/net-snmp/snmptrapd.confd b/user/net-snmp/snmptrapd.confd new file mode 100644 index 000000000..7f10cfeee --- /dev/null +++ b/user/net-snmp/snmptrapd.confd @@ -0,0 +1,12 @@ +# extra flags to pass to snmptrapd +OPTS="" + +# ignore authentication failure traps +#OPTS="${OPTS} -a" + +# log messages to specified file +#OPTS="${OPTS} -Lf /var/log/snmptrapd.log" + +# log messages to syslog with the specified facility +# where facility is: 'd' = LOG_DAEMON, 'u' = LOG_USER, [0-7] = LOG_LOCAL[0-7] +#OPTS="${OPTS} -Ls d" |