diff options
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 071fb147e..2ea667a3b 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -44,11 +44,11 @@ <sect2 role="installation"> <title>Installation of E2fsprogs</title> - <para>First, fix a potential security issue identified upstream:</para> +<!-- <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> + -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> |