diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/module-init-tools.xml | 2 | ||||
-rw-r--r-- | general.ent | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 805b1fe0e..09689d27a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -29,7 +29,7 @@ first a summary, then a detailed log.</para> <listitem><para>flex-2.5.31</para></listitem> <listitem><para>gawk-3.1.4</para></listitem> <listitem><para>gcc-3.4.3</para></listitem> -<listitem><para>glibc-20041108</para></listitem> +<listitem><para>glibc-20041115</para></listitem> <listitem><para>groff-1.19.1</para></listitem> <listitem><para>iana-etc-1.02</para></listitem> <listitem><para>lfs-bootscripts-2.2.3</para></listitem> @@ -64,12 +64,12 @@ first a summary, then a detailed log.</para> <listitem><para>iproute2-2.6.9-041019-remove_db-1.patch</para></listitem> <listitem><para>libol-0.3.14</para></listitem> <listitem><para>linux-libc-headers-2.6.8.1</para></listitem> -<listitem><para>module-init-tools-3.0</para></listitem> +<listitem><para>module-init-tools-3.1</para></listitem> <listitem><para>readline-5.0</para></listitem> <listitem><para>readline-5.0-fixes-1.patch</para></listitem> <listitem><para>syslog-ng-1.6.5</para></listitem> <listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem> -<listitem><para>udev-042</para></listitem> +<listitem><para>udev-045</para></listitem> <listitem><para>udev-config-1.permissions</para></listitem> <listitem><para>udev-config-1.rules</para></listitem> <listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem> @@ -95,6 +95,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>November 18th, 2004 [jim]: Updated packages - udev, glibc, module-init-tools. +Update module-init-tools make line to remove the docbook2man dependency.</para></listitem> + <listitem><para>November 13th, 2004 [jeremy]: Corrected name of gcc specs patch - patches project has -2 instead of -1 for some strange reason.</para></listitem> diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 2871f606e..736ae87c8 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -35,7 +35,7 @@ Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, Sed</seg></seglistitem> <para>Compile the package:</para> -<screen><userinput>make</userinput></screen> +<screen><userinput>make DOCBOOKTOMAN=""</userinput></screen> <para>To test the results, issue: <userinput>make check</userinput>.</para> diff --git a/general.ent b/general.ent index 80ee7194e..086014f63 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20041113"> -<!ENTITY releasedate "November 13, 2004"> +<!ENTITY version "SVN-20041118"> +<!ENTITY releasedate "November 18, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -33,7 +33,7 @@ <!ENTITY gawk-version "3.1.4"> <!ENTITY gcc-version "3.4.3"> <!ENTITY gettext-version "0.14.1"> -<!ENTITY glibc-version "20041108"> +<!ENTITY glibc-version "20041115"> <!ENTITY grep-version "2.5.1"> <!ENTITY groff-version "1.19.1"> <!ENTITY grub-version "0.95"> @@ -54,7 +54,7 @@ <!ENTITY man-version "1.5o1"> <!ENTITY man-pages-version "1.70"> <!ENTITY mktemp-version "1.5"> -<!ENTITY module-init-tools-version "3.0"> +<!ENTITY module-init-tools-version "3.1"> <!ENTITY ncurses-version "5.4"> <!ENTITY patch-version "2.5.4"> <!ENTITY perl-version "5.8.5"> @@ -69,6 +69,6 @@ <!ENTITY tcl-version "8.4.7"> <!ENTITY texinfo-version "4.7"> <!ENTITY util-linux-version "2.12h"> -<!ENTITY udev-version "042"> +<!ENTITY udev-version "045"> <!ENTITY vim-version "6.3"> <!ENTITY zlib-version "1.2.2"> |