A long time ago, in a galaxy far, far way, someone said...

> Anyone come across this on potato?
> 
> 
> enterprise:/home/patrick# updatedb
> /usr/bin/updatedb: frcode: command not found
> updatedb: new database would be empty
> enterprise:/home/patrick#
> 
> Suggestions as to cause and how to fix appreciated.

It's a bug in the findutils pacakge; it's already been reported several
times.  The fix is to change the lines:

# The directory containing the subprograms.
: [EMAIL PROTECTED]@}

# The directory containing find.
: [EMAIL PROTECTED]@}

starting at line 80 to read:

# The directory containing the subprograms.
: ${LIBEXECDIR=/usr/lib/locate}

# The directory containing find.
: ${BINDIR=/usr/bin}

-- 
----------------------------------------------------------------------
Phil Brutsche                                   [EMAIL PROTECTED]

"There are two things that are infinite; Human stupidity and the
universe. And I'm not sure about the universe." - Albert Einstein

Reply via email to