rpms/net-snmp/devel net-snmp.redhat.conf, 1.2, 1.3 net-snmp.spec, 1.180, 1.181 net-snmpd.sysconfig, 1.1, 1.2

Jan Šafránek jsafrane at fedoraproject.org
Wed Jul 1 11:04:02 UTC 2009


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25398

Modified Files:
	net-snmp.redhat.conf net-snmp.spec net-snmpd.sysconfig 
Log Message:
make the default configuration less noisy, i.e. do not print "Connection from UDP:" and "Received SNMP packet(s) from UDP:" messages on each connection.
Resolves: #509055


Index: net-snmp.redhat.conf
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.redhat.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- net-snmp.redhat.conf	28 Jun 2007 08:55:26 -0000	1.2
+++ net-snmp.redhat.conf	1 Jul 2009 11:03:31 -0000	1.3
@@ -173,6 +173,16 @@ syscontact Root <root at localhost> (config
 #   system.sysServices.0 = 72
 
 
+###############################################################################
+# Logging
+#
+
+# We do not want annoying "Connection from UDP: " messages in syslog.
+# If the following option is commented out, snmpd will print each incoming
+# connection, which can be useful for debugging.
+
+dontLogTCPWrappersConnects yes
+
 # -----------------------------------------------------------------------------
 
 


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -p -r1.180 -r1.181
--- net-snmp.spec	18 May 2009 10:21:21 -0000	1.180
+++ net-snmp.spec	1 Jul 2009 11:03:31 -0000	1.181
@@ -8,7 +8,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 11%{?dist}
+Release: 12%{?dist}
 Epoch: 1
 
 License: BSD and MIT
@@ -423,6 +423,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/snmp/mibs
 
 %changelog
+* Wed Jul  1 2009 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-12
+- make the default configuration less noisy, i.e. do not print "Connection from
+  UDP:" and "Received SNMP packet(s) from UDP:" messages on each connection.
+  (#509055)
+
 * Mon May 18 2009 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-11
 - fix divison-by-zero in cpu statistics (#501210)
 


Index: net-snmpd.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmpd.sysconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- net-snmpd.sysconfig	12 Feb 2008 15:28:05 -0000	1.1
+++ net-snmpd.sysconfig	1 Jul 2009 11:03:31 -0000	1.2
@@ -1,2 +1,2 @@
 # snmpd command line options
-# OPTIONS="-Lsd -Lf /dev/null -p /var/run/snmpd.pid -a"
+# OPTIONS="-Lsd -Lf /dev/null -p /var/run/snmpd.pid"




More information about the fedora-extras-commits mailing list