Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: daemonjax on June 18, 2009, 08:38:46 AM

Title: findutils.tce (tinycore v2)
Post by: daemonjax on June 18, 2009, 08:38:46 AM
Importance: very minor

Description: Findutils doesn't create a /var/lib/locate directory for the locatedb.n database automagically.

Work-around: after installing findutils.tce type the following into a terminal:
Code: [Select]
sudo mkdir /var/lib
sudo mkdir /var/lib/locate

Then you can updatedb normally to use the locate command (with sudo, of course).

Title: Re: findutils.tce (tinycore v2)
Post by: samedirection on June 29, 2009, 04:08:53 PM
Thanks for posting this!