Changeset 3e36a78 for chapter06


Ignore:
Timestamp:
05/23/2005 08:07:49 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
10b4458d
Parents:
cf629b7d
Message:

Changed patches to use entities

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
50 edited

Legend:

Unmodified
Added
Removed
  • chapter06/autoconf.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-autoconf" role="wrap">
  • chapter06/automake.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-automake" role="wrap">
  • chapter06/bash.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-bash" role="wrap">
     
    3335will sometimes only show 33 characters on a line, then wrap to the next:</para>
    3436
    35 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-3.patch</userinput></screen>
     37<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    3638
    3739<para>Bash also has issues when compiled against newer versions of Glibc.  The
    3840following patch resolves this problem:</para>
    3941
    40 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
     42<screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    4143
    4244<para>Prepare Bash for compilation:</para>
  • chapter06/binutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-binutils" role="wrap">
  • chapter06/bison.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-bison" role="wrap">
  • chapter06/bzip2.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-bzip2" role="wrap">
  • chapter06/coreutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-coreutils" role="wrap">
     
    3537fixes this behavior for Intel architectures:</para>
    3638
    37 <screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-uname-2.patch</userinput></screen>
     39<screen><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    3840
    3941<para>Prevent Coreutils from installing binaries that will be later be
    4042installed by other packages:</para>
    4143
    42 <screen><userinput>patch -Np1 -i \
    43     ../coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch</userinput></screen>
     44<screen><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
    4445
    4546<para>Now prepare Coreutils for compilation:</para>
  • chapter06/diffutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-diffutils" role="wrap">
  • chapter06/e2fsprogs.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-e2fsprogs" role="wrap">
  • chapter06/file.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-file" role="wrap">
  • chapter06/findutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-findutils" role="wrap">
  • chapter06/flex.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-flex" role="wrap">
     
    3234<para>Flex contains several known bugs. Fix these with the following patch:</para>
    3335
    34 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
    3537
    3638<para>The GNU autotools detects that the Flex source code has been
  • chapter06/gawk.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-gawk" role="wrap">
  • chapter06/gcc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-gcc" role="wrap">
     
    4345used in the previous chapter:</para>
    4446
    45 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen>
     47<screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch;</userinput></screen>
    4648
    4749<para>GCC fails to compile some packages outside of a base Linux From Scratch
     
    4951versions of Binutils.  Apply the following patch to fix this issue:</para>
    5052
    51 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch</userinput></screen>
     53<screen><userinput>patch -Np1 -i ../&gcc-linkonce-patch;</userinput></screen>
    5254
    5355<para>Apply a sed substitution that will suppress the installation of
  • chapter06/gettext.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-gettext" role="wrap">
  • chapter06/glibc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-glibc" role="wrap">
     
    5658nor the kernel. This patch fixes the problem:</para>
    5759
    58 <screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
     60<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
    5961
    6062<para>The Glibc documentation recommends building Glibc outside of the source
  • chapter06/grep.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-grep" role="wrap">
  • chapter06/groff.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-groff" role="wrap">
  • chapter06/grub.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-grub" role="wrap">
  • chapter06/gzip.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-gzip" role="wrap">
     
    3335addresses both of them:</para>
    3436
    35 <screen><userinput>patch -Np1 -i ../gzip-&gzip-version;-security_fixes-1.patch</userinput></screen>
     37<screen><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>
    3638
    3739<para>Prepare Gzip for compilation:</para>
  • chapter06/hotplug.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-hotplug" xreflabel="Hotplug" role="wrap">
  • chapter06/iana-etc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-iana-etc" role="wrap">
  • chapter06/inetutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-inetutils" role="wrap">
     
    2931<title>Installation of Inetutils</title>
    3032
    31 <para>Inetutils has issues with the Linux 2.6 kernel series. Fix these
    32 issues by applying the following patch:</para>
    33 
    34 <screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch</userinput></screen>
    35 
    3633<para>All programs that come with Inetutils will not be installed.
    3734However, the Inetutils build system will insist on installing all the
     
    3936situation:</para>
    4037
    41 <screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no_server_man_pages-1.patch</userinput></screen>
     38<screen><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    4239
    4340<para>Prepare Inetutils for compilation:</para>
  • chapter06/iproute2.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-iproute2" role="wrap">
  • chapter06/kbd.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-kbd" role="wrap">
  • chapter06/less.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-less" role="wrap">
  • chapter06/libtool.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-libtool" role="wrap">
  • chapter06/linux-libc-headers.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-linux-libc-headers" role="wrap">
  • chapter06/m4.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-m4" role="wrap">
  • chapter06/make.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-make" role="wrap">
  • chapter06/man-pages.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-man-pages" role="wrap">
  • chapter06/man.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-man" role="wrap">
  • chapter06/mktemp.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-mktemp" role="wrap">
     
    3436<command>tempfile</command> wrapper:</para>
    3537
    36 <screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen>
     38<screen><userinput>patch -Np1 -i ../&mktemp-tempfile-patch;</userinput></screen>
    3739
    3840<para>Prepare Mktemp for compilation:</para>
  • chapter06/module-init-tools.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-module-init-tools" role="wrap">
  • chapter06/ncurses.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-ncurses" role="wrap">
  • chapter06/patch.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-patch" role="wrap">
  • chapter06/perl.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-perl" role="wrap">
  • chapter06/procps.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-procps" role="wrap">
  • chapter06/psmisc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-psmisc" role="wrap">
  • chapter06/readline.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-readline" role="wrap">
     
    3436Readline author.</para>
    3537
    36 <screen><userinput>patch -Np1 -i ../readline-&readline-version;-fixes-1.patch</userinput></screen>
     38<screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    3739
    3840<para>Prepare Readline for compilation:</para>
  • chapter06/sed.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-sed" role="wrap">
  • chapter06/shadow.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-shadow" role="wrap">
  • chapter06/sysklogd.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-sysklogd" xreflabel="Sysklogd" role="wrap">
     
    3234Sysklogd with Linux 2.6 series kernels</para>
    3335
    34 <screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-fixes-1.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
    3537
    3638<para>Compile the package:</para>
  • chapter06/sysvinit.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-sysvinit" role="wrap">
  • chapter06/tar.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-tar" role="wrap">
     
    3234with files larger than 4 GB. The following patch properly fixes this issue:</para>
    3335
    34 <screen><userinput>patch -Np1 -i ../tar-&tar-version;-sparse_fix-1.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>
    3537
    3638<para>Prepare Tar for compilation:</para>
  • chapter06/texinfo.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-texinfo" role="wrap">
  • chapter06/udev.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-udev" role="wrap">
  • chapter06/util-linux.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-util-linux" role="wrap">
     
    5052Linux-Libc-Headers.  The following patch properly fixes that issue</para>
    5153
    52 <screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-cramfs-1.patch</userinput></screen>
     54<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
    5355
    5456<para>Prepare Util-linux for compilation:</para>
  • chapter06/vim.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-vim" role="wrap">
     
    5052following patch fixes the problem:</para>
    5153
    52 <screen><userinput>patch -Np1 -i ../vim-&vim-version;-security_fix-1.patch</userinput></screen>
     54<screen><userinput>patch -Np1 -i ../&vim-security_fix-patch;</userinput></screen>
    5355
    5456<para>Now prepare Vim for compilation:</para>
  • chapter06/zlib.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-zlib" role="wrap">
Note: See TracChangeset for help on using the changeset viewer.