lower the default log level of snmpd to get rid of the debug messages
This commit is contained in:
parent
c45270a9f9
commit
e321bc467b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user