WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: findutils.tce (tinycore v2)  (Read 2133 times)

Offline daemonjax

  • Newbie
  • *
  • Posts: 18
findutils.tce (tinycore v2)
« on: June 18, 2009, 05: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).

« Last Edit: June 18, 2009, 05:44:44 AM by daemonjax »

Offline samedirection

  • Jr. Member
  • **
  • Posts: 64
Re: findutils.tce (tinycore v2)
« Reply #1 on: June 29, 2009, 01:08:53 PM »
Thanks for posting this!