aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sed.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-07-06 18:44:48 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-07-06 18:44:48 +0000
commit64a9b1405a49a56e5879076a1d5616faa3689e70 (patch)
tree3890a7191238701e27ac359b803cbcbaef9d74ad /chapter06/sed.xml
parenteccb0c75f6909e7416e7736bf9d0f596bbf34f6f (diff)
* Upgraded to sed-4.1.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r--chapter06/sed.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml
index 976d7f90f..cf4598f0d 100644
--- a/chapter06/sed.xml
+++ b/chapter06/sed.xml
@@ -28,12 +28,6 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Sed</title>
-<para>A bug in this version of sed changes permissions on files modified using
-the in-place function (<parameter>-i</parameter> 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>
<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>