diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-09-11 07:36:50 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-09-11 08:07:38 +0200 |
commit | 04f490a46e9caa270d777b0938371818e5470cb8 (patch) | |
tree | e82e3846f4fcdff52d7e8727f3bd855d77715fa0 /net-analyzer/net-snmp/files | |
parent | dev-python/certifi: Stable for HPPA PPC64 (bug #560102). (diff) | |
download | gentoo-04f490a46e9caa270d777b0938371818e5470cb8.tar.gz gentoo-04f490a46e9caa270d777b0938371818e5470cb8.tar.bz2 gentoo-04f490a46e9caa270d777b0938371818e5470cb8.zip |
net-analyzer/net-snmp: Disable smux by default (bug #509638 by Andrey Volkov).
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-analyzer/net-snmp/files')
-rw-r--r-- | net-analyzer/net-snmp/files/snmpd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-analyzer/net-snmp/files/snmpd.conf b/net-analyzer/net-snmp/files/snmpd.conf index 83c3c1d92b82..ba8ba66128b2 100644 --- a/net-analyzer/net-snmp/files/snmpd.conf +++ b/net-analyzer/net-snmp/files/snmpd.conf @@ -5,6 +5,9 @@ # Initial (empty) options. SNMPD_FLAGS="" +# Disable smux by default +SNMPD_FLAGS="${SNMPD_FLAGS} -I -smux" + # Enable connection logging. #SNMPD_FLAGS="${SNMPD_FLAGS} -a" |