Make logrotate tolerate missing log files
Resolves: rhbz#1205889
This commit is contained in:
parent
5179e51f8f
commit
f95edcfc95
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user