aboutsummaryrefslogtreecommitdiffstats
path: root/main/net-snmp/snmpd.confd
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2015-09-30 17:05:12 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-13 09:01:43 +0000
commit6cdfd9595d06afd36edd0b9f4a68cfcd35ea8819 (patch)
treebe926902269a1f2583ad07d1782cabbc45d10de2 /main/net-snmp/snmpd.confd
parentb14eb5dc69cb30f1a3fd8255b3f26365d3858f3e (diff)
downloadaports-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.confd6
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"