diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-07 18:52:47 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-07 18:52:47 +0000 |
commit | 71bbe67154812a63d55689259d1467b853a25b48 (patch) | |
tree | aa08066d5284fe4b375d6740a5188ddd2366b400 /chapter06 | |
parent | cb983a87d420b3be9a2749929b600bde8eeddb00 (diff) |
Updated patch names to the new naming scheme used by the patches project
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 2 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 2 | ||||
-rw-r--r-- | chapter06/flex.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc.xml | 2 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 4 | ||||
-rw-r--r-- | chapter06/mktemp.xml | 2 | ||||
-rw-r--r-- | chapter06/net-tools.xml | 2 | ||||
-rw-r--r-- | chapter06/readline.xml | 2 | ||||
-rw-r--r-- | chapter06/sysklogd.xml | 2 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index f2fcf435a..002a043ff 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -32,7 +32,7 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem> way it is expected at times. Fix this behavior with the following patch:</para> -<screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu-fixes-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen> <para>Now prepare Bash for compilation:</para> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 983db0db8..af5251262 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -39,7 +39,7 @@ architectures:</para> <para>Prevent Coreutils from installing binaries that will be later be installed by other programs:</para> -<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-dupes-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-suppress_hostname_uptime_kill_su-1.patch</userinput></screen> <para>Now prepare Coreutils for compilation:</para> diff --git a/chapter06/flex.xml b/chapter06/flex.xml index ce0f86e5a..5fcfbb3f8 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -31,7 +31,7 @@ GCC, Gettext, Glibc, Grep, M4, Make, Sed</seg></seglistitem> <para>Flex contains several known bugs. Fix these with the following patch:</para> -<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian-fixes-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen> <para>The GNU autotools detects that the Flex source code has been modified by the patch, and tries to update the man pages to include those changes, but this breaks on many diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 669bf3eaa..662e95dfe 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -44,7 +44,7 @@ compilers. Instructions for building these can be found at <para>First apply only the No-Fixincludes patch (and <emphasis>not</emphasis> the Specs patch) also used in the previous chapter:</para> -<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no-fixincludes-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no_fixincludes-1.patch</userinput></screen> <para>Now apply a sed substitution that will suppress the installation of <filename>libiberty.a</filename>. We want to use the version of diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index cd9914cff..2b282aa93 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -31,13 +31,13 @@ Diffutils, GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <para>Inetutils has issues with the Linux 2.6 kernel series - fix these isues by applying the following patch:</para> -<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel-headers-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch</userinput></screen> <para>We are not going to install all the programs that come with Inetutils. However, the Inetutils build system will insist on installing all the man 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> diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 07944e904..2b3a2582b 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -30,7 +30,7 @@ files in shell scripts.</para> program, which has functionality much the same as <command>mktemp</command>. Patch mktemp to include a <command>tempfile</command> wrapper:</para> -<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add-tempfile-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen> <para>Now prepare Mktemp for compilation:</para> diff --git a/chapter06/net-tools.xml b/chapter06/net-tools.xml index 1c3b45b72..de02cbc44 100644 --- a/chapter06/net-tools.xml +++ b/chapter06/net-tools.xml @@ -46,7 +46,7 @@ fix by applying the following patch:</para> <para>Net-tools has issues with the Linux 2.6 kernel series - fix these issues by applying the following patch:</para> -<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-kernel-headers-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-kernel_headers-1.patch</userinput></screen> <para>Now prepare Net-tools for compilation (if you intend to accept the defaults, you can skip all the questions by running <userinput>yes "" | diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 5884b1d05..2694912dc 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -32,7 +32,7 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> way it is expected at times. Fix this behavior with the following patch:</para> -<screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu-fixes-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu_fixes-1.patch</userinput></screen> <para>Now prepare Readline for compilation:</para> diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index deb95e22a..097cd077a 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -31,7 +31,7 @@ as those given by the kernel when unusual things happen.</para> <para>Sysklogd has issues with the Linux 2.6 kernel series - fix these isues by applying the following patch:</para> -<screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-kernel-headers-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-kernel_headers-1.patch</userinput></screen> <para>There is also a race condition in the signal handling logic, and this sometimes confuses the <command>sysklogd</command> initscript. diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index ac1413644..64658f402 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -48,7 +48,7 @@ mkdir -p /var/lib/hwclock</userinput></screen> <para>Util-linux has issues with the Linux 2.6 kernel series - fix these isues by applying the following patch:</para> -<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-kernel-headers-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-kernel_headers-1.patch</userinput></screen> <para>Prepare Util-linux for compilation:</para> |