From 090e2f461ca7d8f786e0f5491550803107c9ab9a Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 19 Nov 2015 21:24:05 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- conf.d/snmpd | 5 ++++- conf.d/snmptrapd | 2 +- init.d/snmpd | 2 +- init.d/snmptrapd | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/conf.d/snmpd b/conf.d/snmpd index 97a1d705..ba8ba661 100644 --- a/conf.d/snmpd +++ b/conf.d/snmpd @@ -1,10 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmpd.conf,v 1.8 2006/11/26 21:37:22 cedk Exp $ +# $Id$ # Initial (empty) options. SNMPD_FLAGS="" +# Disable smux by default +SNMPD_FLAGS="${SNMPD_FLAGS} -I -smux" + # Enable connection logging. #SNMPD_FLAGS="${SNMPD_FLAGS} -a" diff --git a/conf.d/snmptrapd b/conf.d/snmptrapd index b6259fcf..775f3582 100644 --- a/conf.d/snmptrapd +++ b/conf.d/snmptrapd @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmptrapd.conf,v 1.1 2005/01/28 11:19:25 ka0ttic Exp $ +# $Id$ # extra flags to pass to snmptrapd SNMPTRAPD_FLAGS="" diff --git a/init.d/snmpd b/init.d/snmpd index 6b0ca74a..6b923dd6 100755 --- a/init.d/snmpd +++ b/init.d/snmpd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init.2,v 1.3 2012/10/22 02:57:05 flameeyes Exp $ +# $Id$ SNMPD_PIDFILE="${SNMPD_PIDFILE:-/var/run/snmpd.pid}" diff --git a/init.d/snmptrapd b/init.d/snmptrapd index fa0f807e..27b501ae 100755 --- a/init.d/snmptrapd +++ b/init.d/snmptrapd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmptrapd.init.2,v 1.2 2012/10/22 02:57:05 flameeyes Exp $ +# $Id$ SNMPTRAPD_PIDFILE="${SNMPTRAPD_PIDFILE:-/var/run/snmptrapd.pid}" -- 2.39.5