﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1832	Moving 'find' breaks 'updatedb'	JoeTakagi	lfs-book@…	"Revision 7668/ch6-findutils moves 'find' from /usr/bin to /bin. However, this breaks the 'updatedb' script which expects 'find' to be located in /usr/bin as it was at compile time.

Possible fixes:

sed -i -e 's@BINDIR=/usr/bin@BINDIR=/bin@' /usr/bin/updatedb

or,
ln -s ../../bin/find /usr/bin

or,
invoke updatedb as follows: 'BINDIR=/bin updatedb [args]'

"	defect	closed	normal	6.2	Book	SVN	normal	fixed		
