lower the default log level of snmpd to get rid of the debug messages

This commit is contained in:
Jan Šafránek 2009-12-03 15:57:26 +00:00
parent c45270a9f9
commit e321bc467b
3 changed files with 3 additions and 2 deletions

View File

@ -404,6 +404,7 @@ rm -rf ${RPM_BUILD_ROOT}
* Wed Dec 2 2009 Jan Safranek <jsafrane@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@redhat.com> 1:5.5-3
- prepare the .spec file for review

View File

@ -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

View File

@ -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"