Browse Source

Fix patch locations in HEAD too

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3465 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles 21 years ago
parent
commit
2be5334128
5 changed files with 17 additions and 14 deletions
  1. 4 1
      chapter01/changelog.xml
  2. 1 1
      chapter03/patches.xml
  3. 7 7
      chapter05/hostreqs.xml
  4. 1 1
      chapter06/inetutils.xml
  5. 4 4
      general.ent

+ 4 - 1
chapter01/changelog.xml

@@ -56,7 +56,7 @@ first a summary, then a detailed log.</para>
 <listitem><para>flex-2.5.31-debian-fixes-2.patch</para></listitem>
 <listitem><para>flex-2.5.31-debian-fixes-2.patch</para></listitem>
 <listitem><para>iana-etc-1.00</para></listitem>
 <listitem><para>iana-etc-1.00</para></listitem>
 <listitem><para>inetutils-1.4.2-kernel-headers-1.patch</para></listitem>
 <listitem><para>inetutils-1.4.2-kernel-headers-1.patch</para></listitem>
-<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
+<listitem><para>inetutils-1.4.2-no-server-man-pages-1.patch</para></listitem>
 <listitem><para>linux-libc-headers-2.6.5.1</para></listitem>
 <listitem><para>linux-libc-headers-2.6.5.1</para></listitem>
 <listitem><para>mktemp-1.5</para></listitem>
 <listitem><para>mktemp-1.5</para></listitem>
 <listitem><para>mktemp-1.5-add-tempfile-1.patch</para></listitem>
 <listitem><para>mktemp-1.5-add-tempfile-1.patch</para></listitem>
@@ -92,6 +92,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>May 4th, 2004 [winkie]: Chapter 5 &amp; 6 - Use new patch
+naming <quote>standard</quote>.</para></listitem>
+
 <listitem><para>May 3rd, 2004 [winkie]: Merged BE-LFS content.</para></listitem>
 <listitem><para>May 3rd, 2004 [winkie]: Merged BE-LFS content.</para></listitem>
 
 
 <listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug
 <listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug

+ 1 - 1
chapter03/patches.xml

@@ -38,7 +38,7 @@ Inetutils Kernel Headers Patch - 1 KB:
 <ulink url="&patches-root;inetutils-&inetutils-version;-kernel-headers-1.patch"/>
 <ulink url="&patches-root;inetutils-&inetutils-version;-kernel-headers-1.patch"/>
 
 
 Inetutils No-Server-Man-Pages Patch - 4 KB:
 Inetutils No-Server-Man-Pages Patch - 4 KB:
-<ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/>
+<ulink url="&patches-root;inetutils-&inetutils-version;-no-server-man-pages-1.patch"/>
 
 
 Man 80-Columns Patch - 1 KB:
 Man 80-Columns Patch - 1 KB:
 <ulink url="&patches-root;man-&man-version;-80cols-1.patch"/>
 <ulink url="&patches-root;man-&man-version;-80cols-1.patch"/>

+ 7 - 7
chapter05/hostreqs.xml

@@ -7,13 +7,13 @@
 <title>Host system requirements</title>
 <title>Host system requirements</title>
 <?dbhtml filename="hostreqs.html"?>
 <?dbhtml filename="hostreqs.html"?>
 
 
-<para>Due to the experimental nature of this book, the host must be running at
-<emphasis>least</emphasis> a 2.6.2 kernel. The reasons for this high requirement
-is the use of NPTL, but more importantly the use of udev. Udev creates devices
-dynamically by reading from the sysfs file system. Only very recently has
-support for this file system been implemented in most of the kernel drivers,
-however. We must be sure that all the critical system devices get created
-properly.</para>
+<para>Due to the experimental nature of the current book, the host must be
+running at <emphasis>least</emphasis> a 2.6.2 kernel. The reasons for this high
+requirement is the use of NPTL, but more importantly the use of udev. Udev
+creates devices dynamically by reading from the sysfs file system. Only very
+recently has support for this file system been implemented in most of the kernel
+drivers, however. We must be sure that all the critical system devices get
+created properly.</para>
 
 
 <para>As for obtaining such a kernel, let's hope you distributor has provided
 <para>As for obtaining such a kernel, let's hope you distributor has provided
 a 2.6 kernel package for you. If so, install it. If not, you'll have to compile
 a 2.6 kernel package for you. If so, install it. If not, you'll have to compile

+ 1 - 1
chapter06/inetutils.xml

@@ -31,7 +31,7 @@ by applying the following patch:</para>
 However, the Inetutils build system will insist on installing all the man
 However, the Inetutils build system will insist on installing all the man
 pages anyway. The following patch will correct this situation:</para>
 pages anyway. The following patch will correct this situation:</para>
 
 
-<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no_server_man_pages-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no-server-man-pages-1.patch</userinput></screen>
 
 
 <para>Now prepare Inetutils for compilation:</para>
 <para>Now prepare Inetutils for compilation:</para>
 
 

+ 4 - 4
general.ent

@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "CVS-2004-05-03">
-<!ENTITY releasedate "May 3, 2004">
+<!ENTITY version "CVS-20040504">
+<!ENTITY releasedate "May 4, 2004">
 <!ENTITY milestone "6.1">
 <!ENTITY milestone "6.1">
 
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
 <!ENTITY blfs-root "&lfs-root;blfs/">
 <!ENTITY blfs-root "&lfs-root;blfs/">
-<!ENTITY http-down "http://downloads.linuxfromscratch.org/">
 <!ENTITY faq-root "&lfs-root;faq/">
 <!ENTITY faq-root "&lfs-root;faq/">
 <!ENTITY hints-root "&lfs-root;hints/downloads/files/">
 <!ENTITY hints-root "&lfs-root;hints/downloads/files/">
 <!ENTITY hints-index "&lfs-root;hints/list.html">
 <!ENTITY hints-index "&lfs-root;hints/list.html">
-<!ENTITY patches-root "&http-down;cvs-patches/">
+<!ENTITY patches-root "http://downloads.linuxfromscratch.org/patches/6.1-cvs/">
 <!ENTITY wiki-root "http://wiki.linuxfromscratch.org/">
 <!ENTITY wiki-root "http://wiki.linuxfromscratch.org/">
+<!ENTITY http-down "http://downloads.linuxfromscratch.org/">
 <!ENTITY freshmeat "http://freshmeat.net/projects/">
 <!ENTITY freshmeat "http://freshmeat.net/projects/">
 
 
 <!ENTITY buildtime "Approximate build time: ">
 <!ENTITY buildtime "Approximate build time: ">