Changeset 3dc3c3e in clfs-sysroot for BOOK/final-system/common/tar.xml


Ignore:
Timestamp:
Jan 31, 2009, 6:37:40 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
73b1cbb
Parents:
46f892a
Message:

Add the 2 tar patches from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tar.xml

    r46f892a r3dc3c3e  
    2525  <sect2 role="installation">
    2626    <title>Installation of Tar</title>
     27
     28    <para os="p1">The following patch adds a man page for <command>tar</command>:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&tar-man_page-patch;</userinput></screen>
     31
     32    <para os="p3">The following patch contains a fix for an issue that may occur
     33    when <command>tar</command> calls an outside compression utility like
     34    <command>bzip2</command>:</para>
     35
     36<screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
    2737
    2838    <para os="a">Prepare Tar for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.