Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
http://www.gentoo.org/doc/en/faq.xml#tmpportage suggests not to clean /var/tmp/portage while emerge is running (maybe because some files get old mtimes if they are extracted from old archives). The example in /etc/cron.daily/tmpwatch however does not include such a check. I think we should include a structure such as: if [[ -z $(/usr/bin/pgrep emerge) ]]; then tmpwatch /var/tmp/portage... fi Ulf
The example is all commented out by default. Feel free to modify as needed.
Created an attachment (id=97411) [details] tmpwatch.cron.patch
Thanks, fixed in CVS