The commented out default distfiles in the cron script says "/usr/portage/distfiles" instead of the new default "/var/cache/distfiles" Reproducible: Always Steps to Reproduce: 1.install tmpwatch 2.check /etc/cron.daily/tmpwatch 3.notice that the new default isn't in place Actual Results: tmpwatch's script is old Expected Results: tmpwatch's script would be updated after the reshuffle of /usr/portage
Fixed in commit b32a477eba2470c5137d5c2b2da0d28d45c4bdc0 Author: Kerin Millar <kfm@plushkava.net> Date: Fri Aug 20 03:16:53 2021 +0100 ... Don't hard-code pathnames to external programs and define silly variables such as TMPWATCH. Instead, define a sane PATH at the beginning of the script. ...