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
I wrote this cron script for eupdatedb. Might add it to the package and install to /usr/share/doc/${PF}/eupdatedb.cron.
Created an attachment (id=19380) [details] cron script
Created an attachment (id=19381) [details] Patch to esearch-0.4.2.ebuild
Hi, I think it makes no sense to run eupdatedb hourly/daily/weekly/.. Instead you should run it after you've updated your portage tree with "emerge sync". Maybe you find the following script, I wrote useful: http://forums.gentoo.org/viewtopic.php?t=94102 It calls emerge sync and eupdatedb automatically. David
Thanks Donnie, added it in 0.4.2-r1. Btw, that script looks very generic, could be installed by baselayout as a template.
David, Why not install esync in the same place, or install it by default in /usr/sbin or something along with esearch?