]> Frank Brehm's Git Trees - config/helga/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@helga.brehm-online.com>
Sun, 22 Nov 2015 08:39:05 +0000 (09:39 +0100)
committerroot <root@helga.brehm-online.com>
Sun, 22 Nov 2015 08:39:05 +0000 (09:39 +0100)
conf.d/snmpd
conf.d/snmptrapd
init.d/snmpd
init.d/snmptrapd

index 97a1d70526617f3c9fad33e8ba6c4b088b7d62bd..ba8ba66128b2c296ca277c371c9c293e9a9808e0 100644 (file)
@@ -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"
 
index b6259fcf1080bfced42fe0f6cda1d91a4bb74f85..775f3582d5bf50b1a8572ddd3c6e7a83d64a0e3f 100644 (file)
@@ -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=""
index 6b0ca74a2f20601a58e001a6caf7515a8e42a2f2..6b923dd6bf5de5ac104d33ab29a3b1cb0a529425 100755 (executable)
@@ -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}"
 
index fa0f807e52fd7dcf4819dc90f51e4eff2b2c0cd0..27b501aedcb26132d802862929c8afcd78c98246 100755 (executable)
@@ -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}"