acpid/acpid.logrotate
cvsdist 214c238ed9 auto-import changelog data from acpid-1.0.3-2.src.rpm
Mon Aug 09 2004 Miloslav Trmac <mitr@redhat.com> - 1.0.3-2
- Update to 1.0.3 (fixes #128834)
- s/Copyright/License/
- Add logrotate config file (#110677, from Michal Jaegermann)
- Don't verify contents of /var/log/acpid (#125862)
- Use $RPM_OPT_FLAGS
- Fix and cleanup acpid-1.0.1-pm1.patch
- Add condrestart to %postun
2004-09-09 02:53:36 +00:00

9 lines
144 B
Plaintext

/var/log/acpid {
missingok
notifempty
size=64k
postrotate
/etc/init.d/acpid condrestart >/dev/null || :
endscript
}