- snmpd uses /var/run/snmpd.pid (#211264)
This commit is contained in:
parent
b2d3710ac4
commit
b3187a6fe8
@ -357,6 +357,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
- snmpd uses /var/run/snmpd.pid (#211264)
|
||||||
|
|
||||||
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 5.3.1-11
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 5.3.1-11
|
||||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
if [ -e /etc/snmp/snmpd.options ]; then
|
if [ -e /etc/snmp/snmpd.options ]; then
|
||||||
. /etc/snmp/snmpd.options
|
. /etc/snmp/snmpd.options
|
||||||
else
|
else
|
||||||
OPTIONS="-Lsd -Lf /dev/null -p /var/run/snmpd -a"
|
OPTIONS="-Lsd -Lf /dev/null -p /var/run/snmpd.pid -a"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
|
Loading…
Reference in New Issue
Block a user