diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-26 07:00:33 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-26 07:00:33 +0000 |
commit | 2b75e7e5b8ce15ee55bb5b8c8254a5e6a354f5f9 (patch) | |
tree | cd66f925c8e370d1bf3a066d583881bd46ea0978 /chapter06/findutils.xml | |
parent | 0066a92b4bdb8f863d5844340023436747ebf4eb (diff) |
Update to linux-4.20.12.
Update to elfutils-0.176.
Update to file-5.36.
Udate SBU times and package build disk space
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index f7ca0578b..9ea7d6f3b 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -109,7 +109,7 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>code, find, locate, oldfind, updatedb, and xargs</seg> + <seg>find, locate, updatedb, and xargs</seg> </seglistitem> </segmentedlist> @@ -118,17 +118,6 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> - <varlistentry id="code"> - <term><command>code</command></term> - <listitem> - <para>Was formerly used to produce <command>locate</command> - databases; it is the ancestor of <command>frcode</command></para> - <indexterm zone="ch-system-findutils code"> - <primary sortas="b-code">code</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="find"> <term><command>find</command></term> <listitem> @@ -151,16 +140,6 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> </listitem> </varlistentry> - <varlistentry id="oldfind"> - <term><command>oldfind</command></term> - <listitem> - <para>Older version of find, using a different algorithm</para> - <indexterm zone="ch-system-findutils oldfind"> - <primary sortas="b-oldfind">oldfind</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="updatedb"> <term><command>updatedb</command></term> <listitem> |