Comment 5 for bug 772214

Revision history for this message
Scott Moser (smoser) wrote :

I've verified that /var/lib/logrotate/status is the correct path, and is listed in the man page on oneiric by doing:
$ sudo strace -ff -o out /etc/cron.daily/logrotate

Grepping through gh the output shows:
stat("/var/lib/logrotate/status", {st_mode=S_IFREG|0644, st_size=391, ...}) = 0
open("/var/lib/logrotate/status", O_RDONLY) = 3