Applied Alexander's fixes patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2006-01-07 11:31:33 +00:00
parent abf1f62e1a
commit ef448f2db7
7 changed files with 34 additions and 28 deletions

View File

@ -157,6 +157,13 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Glibc LibIDN add-on (&glibc-version;) - 100 KB:</term>
<listitem>
<para><ulink url="&gnu;glibc/"/></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Grep (&grep-version;) - 520 KB:</term> <term>Grep (&grep-version;) - 520 KB:</term>
<listitem> <listitem>
@ -171,19 +178,6 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Groff Debian Patch - 129 KB:</term>
<listitem>
<para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
<note><para>Groff Debian Patch (&groff-version;-&groff-patchlevel;)
may no longer be available at the
listed location. The site administrators of the master download
location occasionally remove older versions when new ones are
released. There is no alternative download location yet.</para></note>
<!-- Actually there's snapshot.debian.net, but they have hardware problems -->
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>GRUB (&grub-version;) - 772 KB:</term> <term>GRUB (&grub-version;) - 772 KB:</term>
<listitem> <listitem>

View File

@ -92,6 +92,19 @@ needed to build an LFS system:</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Groff Debian Patch - 129 KB:</term>
<listitem>
<para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
<note><para>Groff Debian Patch (&groff-version;-&groff-patchlevel;)
may no longer be available at the
listed location. The site administrators of the master download
location occasionally remove older versions when new ones are
released. There is no alternative download location yet.</para></note>
<!-- Actually there's snapshot.debian.net, but they have hardware problems -->
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Gzip Security Patch - 2 KB:</term><listitem> <term>Gzip Security Patch - 2 KB:</term><listitem>
<para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para> <para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
@ -155,16 +168,16 @@ needed to build an LFS system:</para>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term> <term>Shadow Configure Script Patch - 1KB:</term>
<listitem> <listitem>
<para><ulink url="&lfs-root;patches/downloads/sysklogd/&sysklogd-8bit-patch;"/></para> <para><ulink url="&patches-root;&shadow-configure-patch;"/></para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Shadow Configure Script Patch - 1KB:</term> <term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term>
<listitem> <listitem>
<para><ulink url="&patches-root;&shadow-configure-patch;"/></para> <para><ulink url="&lfs-root;patches/downloads/sysklogd/&sysklogd-8bit-patch;"/></para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -180,9 +180,9 @@ while read F ; do
done &amp;&amp; done &amp;&amp;
cp -rv man? /usr/share/man/es</userinput></screen> cp -rv man? /usr/share/man/es</userinput></screen>
<note>The need to exclude the <filename>man7/iso_8859-7.7</filename> file <note><para>The need to exclude the <filename>man7/iso_8859-7.7</filename> file
from the conversion process because it is already in ISO-8859-1 is a packaging from the conversion process because it is already in ISO-8859-1 is a packaging
bug in man-pages-es-1.55. Future versions should not require this workaround.</note> bug in man-pages-es-1.55. Future versions should not require this workaround.</para></note>
</sect2> </sect2>

View File

@ -112,7 +112,7 @@ done &amp;&amp;
ln -sfv libncurses++w.a /usr/lib/libncurses++.a</userinput></screen> ln -sfv libncurses++w.a /usr/lib/libncurses++.a</userinput></screen>
<para>Finally, make sure that old applications that look for <para>Finally, make sure that old applications that look for
<filename class="libaryfile">-lcurses</filename> at build time are still <filename class="libraryfile">-lcurses</filename> at build time are still
buildable:</para> buildable:</para>
<screen><userinput>echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so &amp;&amp; <screen><userinput>echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so &amp;&amp;

View File

@ -84,8 +84,8 @@ tutorials. An English tutorial will be used instead.</para>
<!-- Removal is used instead of conversion in order for the user to be able to <!-- Removal is used instead of conversion in order for the user to be able to
painlessly revert his UTF-8 locale choice. --> painlessly revert his UTF-8 locale choice. -->
<screen><userinput>rm -f /usr/share/vim/vim63/tutor/tutor.{gr,pl,ru,sk} <screen><userinput>rm -f /usr/share/vim/vim64/tutor/tutor.{gr,pl,ru,sk}
rm -f /usr/share/vim/vim63/tutor/tutor.??.*</userinput></screen> rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen>
<para>Many users are used to using <command>vi</command> instead of <para>Many users are used to using <command>vi</command> instead of
<command>vim</command>. To allow execution of <command>vim</command> <command>vim</command>. To allow execution of <command>vim</command>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20060105"> <!ENTITY version "SVN-20060107">
<!ENTITY releasedate "January 5, 2006"> <!ENTITY releasedate "January 7, 2006">
<!ENTITY milestone "6.2"> <!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -39,16 +39,15 @@
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
<!ENTITY shadow-configure-patch "shadow-&shadow-version;-configure_fix-1.patch"> <!ENTITY shadow-configure-patch "shadow-&shadow-version;-configure_fix-1.patch">
<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch"> <!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
<!ENTITY tar-gcc4_fix-patch "tar-&tar-version;-gcc4_fix_tests-1.patch"> <!ENTITY tar-gcc4_fix-patch "tar-&tar-version;-gcc4_fix_tests-1.patch">
<!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch"> <!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch">
<!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-2.patch"> <!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-1.patch">
<!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch"> <!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-2.patch">
<!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch"> <!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch">