diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-05 13:09:55 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-05 13:09:55 +0000 |
commit | 1a891522eeb6915498901721c578f1372c5e582e (patch) | |
tree | 9e059227b5bf1fbdbc6277eb649b5e14c2a25366 | |
parent | d663c9066f58474bf1659c7b45c4a02670c80840 (diff) |
Update dependency information. Thanks Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7244 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
31 files changed, 44 insertions, 40 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 40a624a38..10085084d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -114,6 +114,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>January 5, 2006 [jhuntwork]: Update dependency information. Thanks Chris Staub.</para> +</listitem> + <listitem><para>December 16, 2005 [jhuntwork]: Move Procps to before Perl in chapter 6. Perl's testsuite uses 'ps'.</para> </listitem> diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index b185c3365..c36b1b2cc 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -20,8 +20,8 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, Expect, +GCC, Glibc, Grep, Make, Sed, and Tcl</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 32662380c..cb8e23c63 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -22,7 +22,7 @@ with other interactive programs.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Sed, and Tcl</seg></seglistitem> +GCC, Glibc, Grep, Make, Patch, Sed, and Tcl</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 3010805b7..81c52ef0d 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -21,7 +21,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Binutils, Coreutils, Diffutils, Gawk, -GCC, Glibc, Grep, Make, Ncurses, and Sed.</seg></seglistitem> +GCC, Glibc, Grep, Make, Ncurses, Readline, and Sed.</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 7c25fe1f9..d26a32303 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -21,8 +21,8 @@ handling object files.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Coreutils, Diffutils, GCC, Gettext, -Glibc, Grep, M4, Make, Perl, Sed, and Texinfo</seg></seglistitem> +<seglistitem><seg>Bash, Coreutils, Diffutils, Expect, GCC, Gettext, +Glibc, Grep, Make, Perl, Sed, Tcl, and Texinfo</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index a95cb91ee..16a360789 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -23,7 +23,7 @@ compression percentage than with the traditional <command>gzip</command>.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, and Make</seg></seglistitem> +GCC, Glibc, Patch, and Make</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 8b06c567b..e531b490c 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -22,7 +22,7 @@ basic system characteristics.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC, -Gettext, Glibc, Grep, Make, Perl, and Sed</seg></seglistitem> +Gettext, Glibc, Grep, Make, Patch, Perl, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 7d4b30796..6fa9ffc0a 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -22,7 +22,7 @@ recognize patterns in text.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Bison, Coreutils, Diffutils, -GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg></seglistitem> +GCC, Gettext, Glibc, Grep, M4, Make, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 41df7f965..20ecbb25f 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -21,7 +21,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> +Diffutils, GCC, Gettext, Glibc, Grep, Make, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index f2ac03ae9..e3c7538b4 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -21,8 +21,9 @@ the C and C++ compilers.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, Findutils, -Gawk, Gettext, Glibc, Grep, Make, Perl, Sed, and Texinfo</seg></seglistitem> +<seglistitem><seg>Bash, Binutils, Coreutils, DejaGNU, Diffutils, Findutils, +Expect, Gawk, Gettext, Glibc, Grep, Make, Patch, Perl, Sed, Tcl, and +Texinfo</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 74d7d7bf9..81fa03c89 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -22,7 +22,7 @@ files.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> +GCC, Glibc, Grep, Make, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index bbc9cfe95..3135342a2 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -25,7 +25,7 @@ running kernel.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Coreutils, Find, Gawk, and Make</seg></seglistitem> +<seglistitem><seg>Bash, Coreutils, Findutils, Gawk, and Make</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/iana-etc.xml b/chapter06/iana-etc.xml index 38ac0b8de..ebeb3bb30 100644 --- a/chapter06/iana-etc.xml +++ b/chapter06/iana-etc.xml @@ -20,7 +20,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Make</seg></seglistitem> +<seglistitem><seg>Coreutils, Gawk, and Make</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index dabe959d6..1cc5a6156 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -21,7 +21,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> +Diffutils, GCC, Glibc, Grep, Make, Ncurses, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 52e8a734c..ad1e08676 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -20,8 +20,8 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Bison, Coreutils, -Diffutils, Flex, GCC, Gettext, Glibc, Grep, Gzip, M4, Make, and Sed</seg></seglistitem> +<seglistitem><seg>Bash, Binutils, Bison, Coreutils, Diffutils, Flex, GCC, +Gettext, Glibc, Grep, Gzip, M4, Make, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/linux-libc-headers.xml b/chapter06/linux-libc-headers.xml index 4d5344cc3..8d1a964cd 100644 --- a/chapter06/linux-libc-headers.xml +++ b/chapter06/linux-libc-headers.xml @@ -23,7 +23,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Coreutils</seg></seglistitem> +<seglistitem><seg>Coreutils and Findutils</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/man.xml b/chapter06/man.xml index 371985d2e..3c3db41a8 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -20,8 +20,8 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Gawk, GCC, -Glibc, Grep, Make, and Sed</seg></seglistitem> +<seglistitem><seg>Bash, Binutils, Bzip2, Coreutils, Diffutils, Gawk, GCC, +Glibc, Grep, Gzip, Less, Make, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index ee47463e6..aff40a301 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -21,7 +21,7 @@ files in shell scripts.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Coreutils, Make, and Patch</seg></seglistitem> +<seglistitem><seg>Coreutils, Make, Patch, and Zlib</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 947957465..8375beb5c 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -22,7 +22,7 @@ modules in Linux kernels greater than or equal to version 2.5.47.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Bison, -Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, and Sed</seg></seglistitem> +Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, Sed, and Zlib</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 5948a25f6..559327e6a 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -21,7 +21,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -Gawk, GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> +Gawk, GCC, Glibc, Grep, Iana-Etc, Make, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/sed.xml b/chapter06/sed.xml index 01c2a6d45..5c6461635 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -20,8 +20,8 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, and Texinfo</seg></seglistitem> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, +Glibc, Grep, Make, Sed, and Texinfo</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 810c90c19..34229478a 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -22,7 +22,7 @@ way.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Bison, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> +Diffutils, GCC, Gettext, Glibc, Grep, Make, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index fb422e1c8..c6076c606 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -21,7 +21,7 @@ as those given by the kernel when unusual things happen.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make</seg></seglistitem> +<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make, and Patch</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index a322e69ec..29651e2bd 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -21,7 +21,7 @@ running, and shutdown of the system.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, and Make</seg></seglistitem> +<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/tar.xml b/chapter06/tar.xml index c4fb7d67b..c033bdf8e 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -20,8 +20,8 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> +<seglistitem><seg>Bash, Bzip2, Binutils, Coreutils, Diffutils, +GCC, Gettext, Glibc, Gzip, Grep, Make, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index fc3138517..af868636c 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -21,8 +21,8 @@ converting info pages.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, +Glibc, Grep, Make, Ncurses, Patch, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 3d89e3187..695fd5bb8 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -20,7 +20,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Coreutils and Make</seg></seglistitem> +<seglistitem><seg>Coreutils, GCC, Make, and Perl</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 1903d7aea..1e2c38c38 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -22,8 +22,8 @@ messages.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed, and Zlib</seg></seglistitem> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, +Glibc, Grep, Make, Ncurses, Patch, Sed, and Zlib</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 7c1004a0f..ea3abcfbc 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -21,7 +21,7 @@ LFS system at bootup/shutdown.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash and Coreutils</seg></seglistitem> +<seglistitem><seg>Bash, Coreutils, and Make</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index fb6a05b19..a7b2eebad 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -22,7 +22,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, Findutils, -GCC, Glibc, Grep, Gzip, Make, Modutils, Perl, and Sed</seg></seglistitem> +GCC, Glibc, Grep, Gzip, Kbd, Make, Module-Init-Tools, Perl, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/general.ent b/general.ent index 6bf0441dc..8d205af9f 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "ALPHABETICAL-20051216"> -<!ENTITY releasedate "December 16, 2005"> +<!ENTITY version "ALPHABETICAL-20060105"> +<!ENTITY releasedate "January 5, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |