On Thu, May 30, 2019 at 11:59:07AM +0200, Jan Kara wrote: > Yeah, my plan is to just not package cron bits at all since openSUSE / SLES > support only systemd init anyway these days (and in fact our distro people > want to deprecate cron in favor of systemd). I guess I'll split off the > scrub bits into a separate sub-package (likely e2fsprogs will suggest > installation of this sub-package) and the service will be disabled by > default. I'm not super-fond of extra sub-packages for their own sake, and the extra e2scrub bits are small enough (about 32k?) that I don't believe it justifies an extra sub-package; but that's a distribution-level packaging decision, so it's certainly fine if we're not completely aligned. My plan is to change the Debian package to turn off the timer unit file by default, probably with a NEWS.Debian file[1] which tells users how to enable it if they want at package installation time --- but to keep the e2scrub bits in the base e2fsprogs package. [1] https://www.debian.org/doc/manuals/developers-reference/ch06.en.html#bpp-news-debian Out of curiosity, were any of the complaints that you've heard gone beyond people who ran into the various e2scrub/e2scrub_all bugs? I'm curious what their concerns were. - Ted