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/snmpd.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/snmpd.confd')
-rw-r--r-- | main/net-snmp/snmpd.confd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/net-snmp/snmpd.confd b/main/net-snmp/snmpd.confd index 7b178dabbc..849517574e 100644 --- a/main/net-snmp/snmpd.confd +++ b/main/net-snmp/snmpd.confd @@ -2,13 +2,13 @@ OPTS="" # Enable connection logging. -#SNMPD_FLAGS="${OPTS} -a" +#OPTS="${OPTS} -a" # Enable syslog and disable file log. -SNMPD_FLAGS="${OPTS} -LSwd -Lf /dev/null" +OPTS="${OPTS} -LSwd -Lf /dev/null" # Enable agentx socket as /var/agentx/master # *NOTE* Before uncommenting this, make sure # the /var/agentx directory exists. -#SNMPD_FLAGS="${OPTS} -x /var/agentx/master" +#OPTS="${OPTS} -x /var/agentx/master" |