rpms/net-snmp/devel net-snmp.spec, 1.196, 1.197 net-snmpd.init, 1.8, 1.9 net-snmpd.sysconfig, 1.2, 1.3

Jan Šafránek jsafrane at fedoraproject.org
Thu Dec 3 15:57:26 UTC 2009


Author: jsafrane

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

Modified Files:
	net-snmp.spec net-snmpd.init net-snmpd.sysconfig 
Log Message:
lower the default log level of snmpd to get rid of the debug messages


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -p -r1.196 -r1.197
--- net-snmp.spec	3 Dec 2009 14:28:20 -0000	1.196
+++ net-snmp.spec	3 Dec 2009 15:57:26 -0000	1.197
@@ -404,6 +404,7 @@ rm -rf ${RPM_BUILD_ROOT}
 * Wed Dec  2 2009 Jan Safranek <jsafrane at redhat.com> 1:5.5-4
 - fix udpTable indexes on big-endian systems (#543352)
 - fix snmptrapd init script to survive with empty /etc/sysconfig/snmptrapd
+- lower the default log level of snmpd to get rid of the debug messages
 
 * Wed Nov 25 2009 Jan Safranek <jsafrane at redhat.com>  1:5.5-3
 - prepare the .spec file for review


Index: net-snmpd.init
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmpd.init,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- net-snmpd.init	14 Sep 2009 09:53:25 -0000	1.8
+++ net-snmpd.init	3 Dec 2009 15:57:26 -0000	1.9
@@ -25,7 +25,7 @@
 . /etc/init.d/functions
 
 
-OPTIONS="-Lsd -Lf /dev/null -p /var/run/snmpd.pid"
+OPTIONS="-LS0-6d -Lf /dev/null -p /var/run/snmpd.pid"
 if [ -e /etc/sysconfig/snmpd ]; then
   . /etc/sysconfig/snmpd
 fi


Index: net-snmpd.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmpd.sysconfig,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- net-snmpd.sysconfig	1 Jul 2009 11:03:31 -0000	1.2
+++ net-snmpd.sysconfig	3 Dec 2009 15:57:26 -0000	1.3
@@ -1,2 +1,2 @@
 # snmpd command line options
-# OPTIONS="-Lsd -Lf /dev/null -p /var/run/snmpd.pid"
+# OPTIONS="-LS0-6d -Lf /dev/null -p /var/run/snmpd.pid"




More information about the fedora-extras-commits mailing list