aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-09-16 17:57:39 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-09-16 17:57:39 +0000
commit9c718597fca075d874cfbbd99560782c50985e0e (patch)
treed06d9b5767b956ef0a87ce263937663d088ffbcd /chapter06
parentacc3ca3532f2aa5ef72c13d44171fa8fd897dc10 (diff)
Remove unneeded sed in e2fsprogs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10950 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/e2fsprogs.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 071fb147e..7aa781254 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -44,12 +44,6 @@
<sect2 role="installation">
<title>Installation of E2fsprogs</title>
- <para>First, fix a potential security issue identified upstream:</para>
-
-<screen><userinput remap="pre">sed -e '/int.*old_desc_blocks/s/int/blk64_t/' \
- -e '/if (old_desc_blocks/s/super->s_first_meta_bg/desc_blocks/' \
- -i lib/ext2fs/closefs.c</userinput></screen>
-
<para>The E2fsprogs documentation recommends that the package be built in
a subdirectory of the source tree: </para>