Make logrotate tolerate missing log files

Resolves: rhbz#1205889
This commit is contained in:
Tomas Heinrich 2015-06-26 16:15:38 +02:00
parent 5179e51f8f
commit f95edcfc95
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
/var/log/secure
/var/log/spooler
{
missingok
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true

View File

@ -502,6 +502,8 @@ done
- drop patches merged upstream
- use the right macro to specify the default pidfile
resolves: rhbz#1224972
- make logrotate tolerate missing log files
resolves: rhbz#1205889
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild