> LSB specifies /etc/cron.{d,daily,weekly}/ but has different ideas what
> filenames are valid. run-parts simply ignores anything not matching
> '^[A-Za-z0-9_-]*$', but LSB uses periods in the filenames. (e.g
> debian.org-exim), so we have to change the regex. We want to ignore
> *~, *.dpkg-* *.orig, ...
It might be beneficial if the LSB itself specified parameters for files
to be ignored (other than those that don't meet the namespace criteria).