214c238ed9
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
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
/var/log/acpid {
|
|
missingok
|
|
notifempty
|
|
size=64k
|
|
postrotate
|
|
/etc/init.d/acpid condrestart >/dev/null || :
|
|
endscript
|
|
}
|