aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-08-10 19:51:51 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-08-10 19:51:51 +0000
commitf73dcacc8a5b014e220f31ef320cbfd6fcedb60d (patch)
tree9709d4be1a0c78febfdba92da532e8ea8c2e0682
parent1c9bc6a47ea7f870de2d68451efa37f3bc3780fd (diff)
Updated to modutils-2.4.19, linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml14
-rw-r--r--chapter06/less-inst.xml2
-rw-r--r--chapter06/vim-inst.xml9
-rw-r--r--chapter08/kernel.xml9
-rw-r--r--entities/binutils.ent4
-rw-r--r--entities/gettext.ent4
-rw-r--r--entities/kernel.ent4
-rw-r--r--entities/modutils.ent6
-rw-r--r--entities/textutils.ent4
-rw-r--r--index.xml4
10 files changed, 33 insertions, 27 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f05553f87..5f5c53d66 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -10,20 +10,22 @@
<itemizedlist>
<listitem><para>automake-1.6.2</para></listitem>
<listitem><para>bin86-0.16.3</para></listitem>
-<listitem><para>binutils-2.12.1</para></listitem>
+<listitem><para>binutils-2.13</para></listitem>
<listitem><para>bison-1.35</para></listitem>
<listitem><para>diffutils-2.8.1</para></listitem>
<listitem><para>file-3.39</para></listitem>
<listitem><para>gawk-3.1.1</para></listitem>
<listitem><para>gcc-3.1</para></listitem>
-<listitem><para>gettext-0.11.4</para></listitem>
+<listitem><para>gettext-0.11.5</para></listitem>
+<listitem><para>linux-2.4.19</para></listitem>
<listitem><para>MAKEDEV-1.5</para></listitem>
<listitem><para>man-1.5k</para></listitem>
<listitem><para>man-pages-1.52</para></listitem>
-<listitem><para>modutils-2.4.18</para></listitem>
+<listitem><para>modutils-2.4.19</para></listitem>
<listitem><para>ncurses-5.2-2.patch</para></listitem>
<listitem><para>psmisc-21</para></listitem>
<listitem><para>texinfo-4.2</para></listitem>
+<listitem><para>textutils-2.1</para></listitem>
<listitem><para>util-linux-2.11t</para></listitem>
</itemizedlist>
</para></listitem>
@@ -49,6 +51,12 @@
</itemizedlist>
</para></listitem>
+<listitem><para>August 9th, 2002 [timothy]: Updated to modutils-2.4.19,
+linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.</para></listitem>
+
+<listitem><para>August 9th, 2002 [timothy]: Chapter 06 - Vim: changed
+alternative editors link from hints to BLFS.</para></listitem>
+
<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed
the <emphasis>--disable-termcap</emphasis> configure option. Termcap is
disabled by default now, so no need for this option (left over from a long
diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml
index f78702af2..592c598c2 100644
--- a/chapter06/less-inst.xml
+++ b/chapter06/less-inst.xml
@@ -3,7 +3,7 @@
<para>Install Less by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
+<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml
index fe0910186..c5476647e 100644
--- a/chapter06/vim-inst.xml
+++ b/chapter06/vim-inst.xml
@@ -5,11 +5,10 @@
install it. Make sure it's unpacked before running the installation
commands.</para>
-<para>If you don't like vim to be installed as an editor on your LFS system,
-you may want to download an alternative and install the editor you
-prefer. There are a few hints on how to install different editors
-available at <ulink url="&hints-index;#editors"/>. Currently there are
-hints for Emacs, joe, and nano.</para>
+<para>If you not wish to install Vim, build instructions for
+alternative editors are available at
+<ulink url="&blfs-root;view/cvs/postlfs/editors.html"/>.
+Currently, there are instructions for Emacs, nano, and joe.</para>
<para>Install Vim by running the following commands:</para>
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 02d587e67..f4c972857 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -12,7 +12,7 @@ with the kernel source tree, and find out what the other options are.</para>
<para>Something you could do, is take the <filename>.config</filename>
file from your host distribution's kernel source tree and copy it to
-<filename class="directory">$LFS/usr/src/linux</filename>.
+<filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>.
This way you don't have to configure the entire kernel from scratch and
can use your current values. If you choose to do this, first run the
<userinput>make mrproper</userinput> command below, then copy the
@@ -26,14 +26,14 @@ See the <filename>README</filename> file for more details when to use
<filename>/etc/modules.conf</filename> file. Information pertaining
to modules and to kernel configuration in general may be found in the
kernel documentation, which is stored stored in
-<filename>/usr/src/linux/Documentation</filename>. The modules.conf man
-page and the kernel HOWTO at
+<filename>/usr/src/linux-&kernel-version;/Documentation</filename>. The
+modules.conf man page and the kernel HOWTO at
<ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO.html"/> may also be of
interest to you.</para>
<para>The following commands are run to build the kernel:</para>
-<para><screen><userinput>cd /usr/src/linux &amp;&amp;</userinput>
+<para><screen><userinput>cd /usr/src/linux-&kernel-version; &amp;&amp;</userinput>
<userinput>make mrproper &amp;&amp;</userinput>
<userinput>make menuconfig &amp;&amp;</userinput>
<userinput>make dep &amp;&amp;</userinput>
@@ -49,4 +49,3 @@ different platforms.</para>
&aa-kernel-dep;
</sect1>
-
diff --git a/entities/binutils.ent b/entities/binutils.ent
index f7509424b..06ff3bab8 100644
--- a/entities/binutils.ent
+++ b/entities/binutils.ent
@@ -13,10 +13,10 @@
<!ENTITY aa-binutils-dep SYSTEM "../appendixa/binutils-dep.xml">
<!ENTITY aa-binutils-down SYSTEM "../appendixa/binutils-down.xml">
-<!ENTITY binutils-version "2.12.1">
+<!ENTITY binutils-version "2.13">
<!ENTITY binutils-depversion "2.11.2">
<!ENTITY binutils-contversion "2.12.1">
-<!ENTITY binutils-size "9,320 KB">
+<!ENTITY binutils-size "9,651 KB">
<!ENTITY binutils-package "binutils-&binutils-version;.tar.bz2">
<!ENTITY binutils-dir "binutils-&binutils-version;">
diff --git a/entities/gettext.ent b/entities/gettext.ent
index 6e71b576b..23af5e4df 100644
--- a/entities/gettext.ent
+++ b/entities/gettext.ent
@@ -8,10 +8,10 @@
<!ENTITY aa-gettext-dep SYSTEM "../appendixa/gettext-dep.xml">
<!ENTITY aa-gettext-down SYSTEM "../appendixa/gettext-down.xml">
-<!ENTITY gettext-version "0.11.4">
+<!ENTITY gettext-version "0.11.5">
<!ENTITY gettext-depversion "0.10.40">
<!ENTITY gettext-contversion "0.11.2">
-<!ENTITY gettext-size "2,486 KB">
+<!ENTITY gettext-size "2,489 KB">
<!ENTITY gettext-dir "gettext-&gettext-version;">
<!ENTITY gettext-package "gettext-&gettext-version;.tar.bz2">
diff --git a/entities/kernel.ent b/entities/kernel.ent
index 2141e0137..42c091b13 100644
--- a/entities/kernel.ent
+++ b/entities/kernel.ent
@@ -12,10 +12,10 @@
<!ENTITY aa-kernel-dep SYSTEM "../appendixa/kernel-dep.xml">
<!ENTITY aa-kernel-down SYSTEM "../appendixa/kernel-down.xml">
-<!ENTITY kernel-version "2.4.18">
+<!ENTITY kernel-version "2.4.19">
<!ENTITY kernel-depversion "2.4.17">
<!ENTITY kernel-contversion "2.4.18">
-<!ENTITY kernel-size "23,595 KB">
+<!ENTITY kernel-size "25,432 KB">
<!ENTITY kernel-package "linux-&kernel-version;.tar.bz2">
<!ENTITY kernel-dir "linux">
diff --git a/entities/modutils.ent b/entities/modutils.ent
index a784c5f45..de9de95ff 100644
--- a/entities/modutils.ent
+++ b/entities/modutils.ent
@@ -8,12 +8,12 @@
<!ENTITY aa-modutils-dep SYSTEM "../appendixa/modutils-dep.xml">
<!ENTITY aa-modutils-down SYSTEM "../appendixa/modutils-down.xml">
-<!ENTITY modutils-version "2.4.18">
+<!ENTITY modutils-version "2.4.19">
<!ENTITY modutils-depversion "2.4.12">
<!ENTITY modutils-contversion "2.4.16">
-<!ENTITY modutils-size "212 KB">
+<!ENTITY modutils-size "213 KB">
<!ENTITY modutils-dir "modutils-&modutils-version;">
<!ENTITY modutils-package "modutils-&modutils-version;.tar.bz2">
-<!ENTITY modutils-compsize "2 MB">
+<!ENTITY modutils-compsize "3 MB">
<!ENTITY modutils-time "1 minute">
diff --git a/entities/textutils.ent b/entities/textutils.ent
index c38495880..cfbe0f73e 100644
--- a/entities/textutils.ent
+++ b/entities/textutils.ent
@@ -11,10 +11,10 @@
<!ENTITY aa-textutils-dep SYSTEM "../appendixa/textutils-dep.xml">
<!ENTITY aa-textutils-down SYSTEM "../appendixa/textutils-down.xml">
-<!ENTITY textutils-version "2.0">
+<!ENTITY textutils-version "2.1">
<!ENTITY textutils-depversion "2.0">
<!ENTITY textutils-contversion "2.0">
-<!ENTITY textutils-size "1,040 KB">
+<!ENTITY textutils-size "1,847 KB">
<!ENTITY textutils-package "textutils-&textutils-version;.tar.bz2">
<!ENTITY textutils-dir "textutils-&textutils-version;">
diff --git a/index.xml b/index.xml
index f756f44e6..697aa91f9 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20020808">
-<!ENTITY releasedate "August 8th, 2002">
+<!ENTITY version "20020810">
+<!ENTITY releasedate "August 10th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">