El Jueves, 6 de Abril de 2006 20:19, Jeremy Huntwork escribió:

> Well, any chance you can attach a diff here first? I'm just curious
> about what gets changed...

Attached.

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.com
TLDP-ES:                           http://es.tldp.org
Index: chapter01/changelog.xml
===================================================================
--- chapter01/changelog.xml	(revisión: 7491)
+++ chapter01/changelog.xml	(copia de trabajo)
@@ -43,6 +43,9 @@
           <para>[manuel] - Placed home page (when available) and full download
           links for all packages in chapter03/packages.xml.</para>
         </listitem>
+        <listitem>
+          <para>[jhuntwork] - Merged alphabetical branch to trunk.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
@@ -66,11 +69,11 @@
       <itemizedlist>
         <listitem>
           <para>[ken] - Correct my erroneous comment about UTF-8 locales in
-	  Man-DB.  Thanks to Alexander for explaining it.</para>
+          Man-DB.  Thanks to Alexander for explaining it.</para>
         </listitem>
         <listitem>
-	  <para>[ken] - upgraded to Linux-2.6.16.1, Iproute2-2.6.16-060323,
-	  and Udev-088.</para>
+          <para>[ken] - upgraded to Linux-2.6.16.1, Iproute2-2.6.16-060323,
+          and Udev-088.</para>
         </listitem>
       </itemizedlist>
     </listitem>
@@ -80,8 +83,8 @@
       <itemizedlist>
         <listitem>
           <para>[ken] - Upgrade to shadow-4.0.15 and add convert-mans script
-	  to convert its UTF-8 man pages.  Thanks to Alexander and Archaic for
-	  the script and commands.  Fixes tickets #1748 and #1750.</para>
+          to convert its UTF-8 man pages.  Thanks to Alexander and Archaic for
+          the script and commands.  Fixes tickets #1748 and #1750.</para>
         </listitem>
       </itemizedlist>
     </listitem>
@@ -209,6 +212,10 @@
           <para>[archaic] - Create the Udev directories before creating the
           symlinks.</para>
         </listitem>
+        <listitem>
+          <para>[jhuntwork] - Added a description of perl configure flags that
+          help perl deal with a lack of groff. Thanks Dan Nicholson.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
@@ -628,6 +635,16 @@
     </listitem>
 
     <listitem>
+      <para>December 16, 2005</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork]: Move Procps to before Perl in chapter 6. Perl's
+          testsuite uses 'ps'.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>December 13, 2005</para>
       <itemizedlist>
         <listitem>
@@ -814,6 +831,13 @@
           Many thanks to Alexander Patrakov for highlighting the numerous
           issues and for reviewing the various suggested fixes.</para>
         </listitem>
+        <listitem>
+          <para>[jhuntwork]: Move sed to earlier in the build.</para>
+        </listitem>
+        <listitem>
+          <para>[jhuntwork]: Move m4 to earlier in the build. Thanks
+          Chris Staub.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
@@ -828,6 +852,16 @@
     </listitem>
 
     <listitem>
+      <para>November 10, 2005</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork]: Initial re-ordering of packages. Thanks to
+          Chris Staub (bug 684).</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 7, 2005</para>
       <itemizedlist>
         <listitem>
Index: chapter05/chapter05.xml
===================================================================
--- chapter05/chapter05.xml	(revisión: 7491)
+++ chapter05/chapter05.xml	(copia de trabajo)
@@ -23,26 +23,24 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="dejagnu.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc-pass2.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="binutils-pass2.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gawk.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="coreutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bash.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bzip2.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gzip.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="coreutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="diffutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="findutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grep.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sed.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gawk.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gettext.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grep.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gzip.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="patch.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="perl.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sed.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="tar.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="texinfo.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bash.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
-  <!--<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bison.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="flex.xml"/>-->
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="util-linux.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="perl.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="stripping.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="changingowner.xml"/>
 
Index: chapter05/expect.xml
===================================================================
--- chapter05/expect.xml	(revisión: 7491)
+++ chapter05/expect.xml	(copia de trabajo)
@@ -35,7 +35,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
-        Sed, and Tcl</seg>
+        Patch, Sed, and Tcl</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter05/dejagnu.xml
===================================================================
--- chapter05/dejagnu.xml	(revisión: 7491)
+++ chapter05/dejagnu.xml	(copia de trabajo)
@@ -34,8 +34,8 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
-        Make, and Sed</seg>
+        <seg>Bash, Binutils, Coreutils, Diffutils, Expect, GCC, Glibc, Grep,
+        Make, Sed, and Tcl</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/inetutils.xml
===================================================================
--- chapter06/inetutils.xml	(revisión: 7491)
+++ chapter06/inetutils.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
-        Ncurses, and Sed</seg>
+        Ncurses, Patch, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/module-init-tools.xml
===================================================================
--- chapter06/module-init-tools.xml	(revisión: 7491)
+++ chapter06/module-init-tools.xml	(copia de trabajo)
@@ -35,7 +35,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Flex, GCC, Glibc,
-        Grep, M4, Make, and Sed</seg>
+        Grep, M4, Make, Sed, and Zlib</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/bzip2.xml
===================================================================
--- chapter06/bzip2.xml	(revisión: 7491)
+++ chapter06/bzip2.xml	(copia de trabajo)
@@ -36,7 +36,8 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, and Make</seg>
+        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Patch,
+        and Make</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/tar.xml
===================================================================
--- chapter06/tar.xml	(revisión: 7491)
+++ chapter06/tar.xml	(copia de trabajo)
@@ -33,8 +33,8 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
-        Grep, Make, and Sed</seg>
+        <seg>Bash, Bzip2, Binutils, Coreutils, Diffutils, GCC, Gettext,
+        Glibc, Gzip, Grep, Make, Patch, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/gawk.xml
===================================================================
--- chapter06/gawk.xml	(revisión: 7491)
+++ chapter06/gawk.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
-        Grep, Make, and Sed</seg>
+        Grep, Make, Patch, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/binutils.xml
===================================================================
--- chapter06/binutils.xml	(revisión: 7491)
+++ chapter06/binutils.xml	(copia de trabajo)
@@ -34,8 +34,8 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Bash, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, M4,
-        Make, Perl, Sed, and Texinfo</seg>
+        <seg>Bash, Coreutils, Diffutils, Expect, GCC, Gettext, Glibc, Grep,
+        Make, Perl, Sed, Tcl, and Texinfo</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/chapter06.xml
===================================================================
--- chapter06/chapter06.xml	(revisión: 7491)
+++ chapter06/chapter06.xml	(copia de trabajo)
@@ -24,51 +24,51 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="readjusting.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="binutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="db.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="coreutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="zlib.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="mktemp.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="iana-etc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="findutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gawk.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ncurses.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="readline.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="vim.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bison.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="less.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="db.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="groff.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="procps.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sed.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="flex.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gettext.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="inetutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="iproute2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libtool.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="perl.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="texinfo.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="readline.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="zlib.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="autoconf.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="automake.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bash.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="file.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grep.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libtool.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bzip2.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="diffutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="kbd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="e2fsprogs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="file.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="findutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="flex.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grub.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gawk.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gettext.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grep.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="groff.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gzip.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="inetutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="iproute2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="kbd.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="less.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="man-db.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="mktemp.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="module-init-tools.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="patch.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="procps.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="psmisc.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="shadow.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sysklogd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sysvinit.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="tar.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="texinfo.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="util-linux.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="vim.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="aboutdebug.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="strippingagain.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="revisedchroot.xml"/>
Index: chapter06/kbd.xml
===================================================================
--- chapter06/kbd.xml	(revisión: 7491)
+++ chapter06/kbd.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Flex, GCC, Gettext,
-        Glibc, Grep, Gzip, M4, Make, and Sed</seg>
+        Glibc, Grep, Gzip, M4, Make, Patch, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/perl.xml
===================================================================
--- chapter06/perl.xml	(revisión: 7491)
+++ chapter06/perl.xml	(copia de trabajo)
@@ -35,7 +35,7 @@
 
       <seglistitem>
         <seg>Bash, Berkeley DB, Binutils, Coreutils, Diffutils, Gawk, GCC,
-        Glibc, Grep, Make, and Sed</seg>
+        Glibc, Grep, Iana-Etc, Make, Patch, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -55,7 +55,10 @@
     this package is built. If the defaults it auto-detects are suitable,
     prepare Perl for compilation with:</para>
 
-<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/usr/bin/less -isR"</userinput></screen>
+<screen><userinput>./configure.gnu --prefix=/usr \
+    -Dman1dir=/usr/share/man/man1 \
+    -Dman3dir=/usr/share/man/man3 \
+    -Dpager="/usr/bin/less -isR"</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
@@ -68,6 +71,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>-Dman1dir=/usr/share/man/man1
+        -Dman3dir=/usr/share/man/man3</parameter></term>
+        <listitem>
+          <para>Since Groff is not installed yet, <command>Configure</command>
+          thinks that we do not want man pages for Perl.  Issuing these
+          parameters overrides this decision.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para>Compile the package:</para>
Index: chapter06/udev.xml
===================================================================
--- chapter06/udev.xml	(revisión: 7491)
+++ chapter06/udev.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Coreutils and Make</seg>
+        <seg>Coreutils, GCC, Make, and Perl</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/gzip.xml
===================================================================
--- chapter06/gzip.xml	(revisión: 7491)
+++ chapter06/gzip.xml	(copia de trabajo)
@@ -35,7 +35,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
-        and Sed</seg>
+        Patch, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/util-linux.xml
===================================================================
--- chapter06/util-linux.xml	(revisión: 7491)
+++ chapter06/util-linux.xml	(copia de trabajo)
@@ -36,7 +36,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
-        Grep, Make, Ncurses, Sed, and Zlib</seg>
+        Grep, Make, Ncurses, Patch, Sed, and Zlib</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/texinfo.xml
===================================================================
--- chapter06/texinfo.xml	(revisión: 7491)
+++ chapter06/texinfo.xml	(copia de trabajo)
@@ -35,7 +35,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
-        Grep, Make, Ncurses, and Sed</seg>
+        Grep, Make, Ncurses, Patch, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/bash.xml
===================================================================
--- chapter06/bash.xml	(revisión: 7491)
+++ chapter06/bash.xml	(copia de trabajo)
@@ -33,8 +33,8 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, Make,
-        Ncurses, and Sed.</seg>
+        <seg>Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
+        Make, Ncurses, Readline, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/linux-libc-headers.xml
===================================================================
--- chapter06/linux-libc-headers.xml	(revisión: 7491)
+++ chapter06/linux-libc-headers.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Coreutils</seg>
+        <seg>Coreutils and Findutils</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/iana-etc.xml
===================================================================
--- chapter06/iana-etc.xml	(revisión: 7491)
+++ chapter06/iana-etc.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Make</seg>
+        <seg>Coreutils, Gawk, and Make</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/createfiles.xml
===================================================================
--- chapter06/createfiles.xml	(revisión: 7491)
+++ chapter06/createfiles.xml	(copia de trabajo)
@@ -15,7 +15,7 @@
   replaced by real files throughout the course of this chapter after the software
   has been installed.</para>
 
-<screen><userinput>ln -sv /tools/bin/{bash,cat,pwd,stty} /bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,stty} /bin
 ln -sv /tools/bin/perl /usr/bin
 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
 ln -sv bash /bin/sh</userinput></screen>
Index: chapter06/sysvinit.xml
===================================================================
--- chapter06/sysvinit.xml	(revisión: 7491)
+++ chapter06/sysvinit.xml	(copia de trabajo)
@@ -33,7 +33,7 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Binutils, Coreutils, GCC, Glibc, and Make</seg>
+        <seg>Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/gcc.xml
===================================================================
--- chapter06/gcc.xml	(revisión: 7491)
+++ chapter06/gcc.xml	(copia de trabajo)
@@ -34,8 +34,8 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, Gettext,
-        Glibc, Grep, Make, Perl, Sed, and Texinfo</seg>
+        <seg>Bash, Binutils, Coreutils, DejaGNU, Diffutils, Findutils, Expect,
+        Gawk, Gettext, Glibc, Grep, Make, Patch, Perl, Sed, Tcl, and Texinfo</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/mktemp.xml
===================================================================
--- chapter06/mktemp.xml	(revisión: 7491)
+++ chapter06/mktemp.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Coreutils, Make, and Patch</seg>
+        <seg>Coreutils, Make, Patch, and Zlib</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/flex.xml
===================================================================
--- chapter06/flex.xml	(revisión: 7491)
+++ chapter06/flex.xml	(copia de trabajo)
@@ -35,7 +35,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext,
-        Glibc, Grep, M4, Make, and Sed</seg>
+        Glibc, Grep, M4, Make, Patch, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/sysklogd.xml
===================================================================
--- chapter06/sysklogd.xml	(revisión: 7491)
+++ chapter06/sysklogd.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Binutils, Coreutils, GCC, Glibc, Make</seg>
+        <seg>Binutils, Coreutils, GCC, Glibc, Make, and Patch</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/coreutils.xml
===================================================================
--- chapter06/coreutils.xml	(revisión: 7491)
+++ chapter06/coreutils.xml	(copia de trabajo)
@@ -34,8 +34,8 @@
       <segtitle>&dependencies;</segtitle>
 
       <seglistitem>
-        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
-        Grep, Make, Perl, and Sed</seg>
+        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep,
+        Make, Patch, Perl, and Sed</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/sed.xml
===================================================================
--- chapter06/sed.xml	(revisión: 7491)
+++ chapter06/sed.xml	(copia de trabajo)
@@ -34,7 +34,7 @@
 
       <seglistitem>
         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
-        Grep, Make, and Texinfo</seg>
+        Grep, Make, Sed, and Texinfo</seg>
       </seglistitem>
     </segmentedlist>
 
Index: chapter06/autoconf.xml
===================================================================
--- chapter06/autoconf.xml	(revisión: 7491)
+++ chapter06/autoconf.xml	(copia de trabajo)
@@ -53,7 +53,9 @@
 
     <para>To test the results, issue:
     <userinput>make check</userinput>.
-    This takes a long time, about 2 SBUs.</para>
+    This takes a long time, about 2 SBUs.  In addition, 2 test are skipped
+    that use Automake.  For full test coverage, Autoconf can be re-tested
+    after Automake has been installed.</para>
 
     <para>Install the package:</para>
 
Index: general.ent
===================================================================
--- general.ent	(revisión: 7491)
+++ general.ent	(copia de trabajo)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "udev_update-20060402">
-<!ENTITY releasedate "April 2, 2006">
+<!ENTITY version "udev_update-20060406">
+<!ENTITY releasedate "April 6, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "udev_update"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to