- logrotate support fixed
This commit is contained in:
parent
2550779a40
commit
45bcf953ba
@ -3,7 +3,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries.
|
||||
Name: net-snmp
|
||||
Version: 5.1.2
|
||||
Release: 10
|
||||
Release: 11
|
||||
License: BSDish
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz
|
||||
@ -334,6 +334,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/*.la
|
||||
|
||||
%changelog
|
||||
* Fri Oct 15 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-11
|
||||
- Logrotate support added (#125004)
|
||||
|
||||
* Thu Oct 14 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-10
|
||||
- Extended the libwrap and bsdcompat patches
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
/var/log/snmpd.log {
|
||||
notifempty
|
||||
missingok
|
||||
postrotate
|
||||
/sbin/service snmpd condrestart 2> /dev/null > /dev/null || true
|
||||
endscript
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user