diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2015-09-30 17:05:12 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-13 09:01:43 +0000 |
commit | 6cdfd9595d06afd36edd0b9f4a68cfcd35ea8819 (patch) | |
tree | be926902269a1f2583ad07d1782cabbc45d10de2 /main/net-snmp/snmptrapd.confd | |
parent | b14eb5dc69cb30f1a3fd8255b3f26365d3858f3e (diff) | |
download | aports-6cdfd9595d06afd36edd0b9f4a68cfcd35ea8819.tar.bz2 aports-6cdfd9595d06afd36edd0b9f4a68cfcd35ea8819.tar.xz |
main/net_snmp: init scripts cleanup and modify configs to run snmpd & snmptrapd out from the box
Diffstat (limited to 'main/net-snmp/snmptrapd.confd')
-rw-r--r-- | main/net-snmp/snmptrapd.confd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/net-snmp/snmptrapd.confd b/main/net-snmp/snmptrapd.confd index d9cee614ea..7f10cfeee6 100644 --- a/main/net-snmp/snmptrapd.confd +++ b/main/net-snmp/snmptrapd.confd @@ -2,11 +2,11 @@ OPTS="" # ignore authentication failure traps -#SNMPTRAPD_FLAGS="${OPTS} -a" +#OPTS="${OPTS} -a" # log messages to specified file -#SNMPTRAPD_FLAGS="${OPTS} -Lf /var/log/snmptrapd.log" +#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] -#SNMPTRAPD_FLAGS="${OPTS} -Ls d" +#OPTS="${OPTS} -Ls d" |