From 3f0c882398e626cd92503b1bd964a32e89f818dc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 21 Dec 2004 19:38:32 +0000 Subject: Removed the text in chapter 06. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/findutils.xml | 82 +------------------------------------------------ 1 file changed, 1 insertion(+), 81 deletions(-) (limited to 'chapter06/findutils.xml') diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 8d9f2407c..46045811c 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -10,10 +10,6 @@ Findutils -<para>The Findutils package contains programs to find files. Processes -are provided to recursively search through a directory tree and to -create, maintain and search a database (often faster than the recursive -find, but unreliable if the database has not been recently updated).</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -21,11 +17,6 @@ find, but unreliable if the database has not been recently updated).</para> <seglistitem><seg>0.2 SBU</seg><seg>7.5 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Findutils installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -36,10 +27,6 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \ --localstatedir=/var/lib/locate</userinput></screen> -<para>The localstatedir directive above changes the location of the locate -database to be in <filename class="directory">/var/lib/locate</filename>, -which is FHS-compliant.</para> - <para>Compile the package:</para> <screen><userinput>make</userinput></screen> @@ -56,74 +43,7 @@ which is FHS-compliant.</para> <sect2 id="contents-findutils" role="content"><title>Contents of Findutils - -Installed programs -bigram, code, find, frcode, locate, updatedb and xargs - - -Short descriptions - - -bigram - -bigram -was formerly used to produce locate databases. - - - - -code - -code -was formerly used to produce locate -databases. It is the ancestor of frcode. - - - - -find - -find -searches given directory trees for files matching the specified criteria. - - - - -frcode - -frcode -is called by updatedb to compress the list of file names. It uses -front-compression, reducing the database size by a factor of 4 to 5. - - - - -locate - -locate -searches through a database of file names, -and reports the names that contain a given string or match a given pattern. - - - - -updatedb - -updatedb -updates the locate database. It scans -the entire file system (including other file systems that are currently mounted, -unless told not to) and puts every file name it finds in the database. - - - - -xargs - -xargs -can be used to apply a given command to a list of files. - - - +See testing -- cgit v1.2.3-54-g00ecf