Title:          findutils.uci
Description:    GNU find  locate  xargs
Version:        4.2.25
Author:         Eric B. Decker  Michael Rendell  James A. Woods
Original-site:  http://www.gnu.org/software/findutils/
Copying-policy: GPL 2
====================================================
Extension by:   mikshaw - mrblog<swirly>yahoo<spot>com
Comments:       The BusyBox versions of find and xargs are included
                in DSL  so you must use a full path or modify your
                PATH variable in order to use these GNU versions.
                To use the locate program you must first build a
                locate database with this command:
                sudo /opt/findutils/bin/updatedb.
                The database will be created as /var/locatedb.
                The GNU version of sort (from coreutils) is also
                included in this package so that the updatedb script
                can work as intended.
Change-log:     
Current:        11-03-2005 - initial release