Description of problem: logrotate creates error-messages like: | error: amd:4 error verifying olddir path /var/log//var/log/.old: No such file or directory 'olddir' is set by /etc/logrotate.d/00options: | olddir /var/log/.old /etc/logrotate.d/apm does not contain an 'olddir' specification Version-Release number of selected component (if applicable): logrotate-3.6.6-1 How reproducible: 100%
Created attachment 88905 [details] Patch against logrotate-3.6.6 fixing olddir-behavior The attached patch fixes the following issues: * the check if olddir is an absolute or relative path was broken * the check if olddir and logfile are on the same device happened too early
*** Bug 80062 has been marked as a duplicate of this bug. ***
Applied, thanks.