mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-11 06:44:13 +01:00
Added the sed permissions patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
39734a9d7a
commit
4a6cd87052
@ -52,6 +52,7 @@ first a summary, then a detailed log.</para>
|
|||||||
<listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem>
|
<listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem>
|
||||||
<listitem><para>readline-4.3</para></listitem>
|
<listitem><para>readline-4.3</para></listitem>
|
||||||
<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
|
<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
|
||||||
|
<listitem><para>sed-4.1-permissions.patch</para></listitem>
|
||||||
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
|
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
|
||||||
<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
|
<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
|
||||||
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
|
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
|
||||||
@ -75,7 +76,10 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x based compiled
|
<listitem><para>June 17, 2004 [matt]: Added the sed permissions patch</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x compiled
|
||||||
2.6.x kernel is required on the host.</para></listitem>
|
2.6.x kernel is required on the host.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>June 16, 2004 [winkie]: Use <command>chmod</command> to fix the
|
<listitem><para>June 16, 2004 [winkie]: Use <command>chmod</command> to fix the
|
||||||
|
@ -133,6 +133,13 @@ following:</para>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>Sed Permissions Patch - 1 KB:</term>
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="&patches-root;sed-&sed-version;-permissions-1.patch"/>></para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Sysklogd Kernel Headers Patch - 3 KB:</term>
|
<term>Sysklogd Kernel Headers Patch - 3 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -27,6 +27,13 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Sed</title>
|
<title>Installation of Sed</title>
|
||||||
|
|
||||||
|
<para>A bug in this version of sed changes permissions on files modified using
|
||||||
|
the in-place function (<userinput>-i</userinput> flag). Apply a patch to ensure
|
||||||
|
that the original file permissions are preserved.</para>
|
||||||
|
|
||||||
|
<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch
|
||||||
|
</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Sed for compilation:</para>
|
<para>Prepare Sed for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
||||||
|
@ -28,6 +28,13 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo</seg></seglistitem>
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Sed</title>
|
<title>Installation of Sed</title>
|
||||||
|
|
||||||
|
<para>A bug in this version of sed changes permissions on files modified using
|
||||||
|
the in-place function (<userinput>-i</userinput> flag). Apply a patch to ensure
|
||||||
|
that the original file permissions are preserved.</para>
|
||||||
|
|
||||||
|
<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch
|
||||||
|
</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Sed for compilation:</para>
|
<para>Prepare Sed for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user