aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-26 07:00:33 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-26 07:00:33 +0000
commit2b75e7e5b8ce15ee55bb5b8c8254a5e6a354f5f9 (patch)
treecd66f925c8e370d1bf3a066d583881bd46ea0978 /chapter06
parent0066a92b4bdb8f863d5844340023436747ebf4eb (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')
-rw-r--r--chapter06/findutils.xml23
-rw-r--r--chapter06/gawk.xml12
2 files changed, 2 insertions, 33 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>
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml
index f96fe5ff0..51f99411a 100644
--- a/chapter06/gawk.xml
+++ b/chapter06/gawk.xml
@@ -76,7 +76,7 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>awk (link to gawk), gawk, gawk-&gawk-version;, and igawk</seg>
+ <seg>awk (link to gawk), gawk, gnd awk-&gawk-version;</seg>
<seg>filefuncs.so, fnmatch.so, fork.so, inplace.so, ordchr.so,
readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so,
testext.so, and time.so</seg>
@@ -121,16 +121,6 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</
</listitem>
</varlistentry>
- <varlistentry id="igawk">
- <term><command>igawk</command></term>
- <listitem>
- <para>Gives <command>gawk</command> the ability to include files</para>
- <indexterm zone="ch-system-gawk igawk">
- <primary sortas="b-igawk">igawk</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
</variablelist>
</sect2>