Paul Martin wrote: > This ought to be working in 3.7.1 if the missingok directive has been given > before the glob occurs in the configuration file in /etc/logrotate.d/
This leads to something like the following, correct?
missingok
/var/log/*/blah/whatever {
...
}
In that case, isn't missingok going to apply to all (subsequent?) files
found in /etc/logrotate.d? This doesn't necessarily seem problematic in
practice, because on my system, every logrotate.d file is specifying
missingok. In that case, maybe the logrotate package should just specify
missingok in /etc/logrotate.conf, as you suggested (perhaps with a note
added to the man page indicating the default is different on Debian).
Richard
signature.asc
Description: This is a digitally signed message part

