- Timestamp:
- Mar 5, 2009, 8:59:24 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4588a6c
- Parents:
- e963bf3
- Location:
- BOOK
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
re963bf3 r2bfaabe 30 30 <screen os="p2"><userinput>patch -Np1 -i ../&tar-man_page-patch;</userinput></screen> 31 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> 32 <para os="p3">The following patch will add support for new compressors like XZ Utils:</para> 35 33 36 <screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen> 37 38 <para os="p5">The following patch will add support for new compressors like XZ Utils:</para> 39 40 <screen os="p6"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen> 34 <screen os="p4"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen> 41 35 42 36 <para os="a">Prepare Tar for compilation:</para> -
BOOK/final-system/multilib/tar.xml
re963bf3 r2bfaabe 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 41 href="../common/tar.xml" 42 xpointer="xpointer(//*[@os='p5'])"/>43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"45 href="../common/tar.xml"46 xpointer="xpointer(//*[@os='p6'])"/>47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"49 href="../common/tar.xml"50 42 xpointer="xpointer(//*[@os='a'])"/> 51 43 -
BOOK/introduction/common/changelog.xml
re963bf3 r2bfaabe 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>March 5, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jim] - Updated TAR to 1.22.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem> -
BOOK/materials/common/patches.xml
re963bf3 r2bfaabe 303 303 304 304 <varlistentry> 305 <term>Tar Revert Pipe Drain Patch - <token>&tar-revert_pipe_drain-patch-size;</token>:</term>306 <listitem>307 <para>Download: <ulink308 url="&patches-root;&tar-revert_pipe_drain-patch;"/></para>309 <para>MD5 sum: <literal>&tar-revert_pipe_drain-patch-md5;</literal></para>310 </listitem>311 </varlistentry>312 313 <varlistentry>314 305 <term>Texinfo New Compressors Patch - <token>&texinfo-new_compressors-patch-size;</token>:</term> 315 306 <listitem> -
BOOK/packages.ent
re963bf3 r2bfaabe 377 377 <!ENTITY sysvinit-home " "> 378 378 379 <!ENTITY tar-version "1.2 1">380 <!ENTITY tar-size "2,0 22KB">379 <!ENTITY tar-version "1.22"> 380 <!ENTITY tar-size "2,048 KB"> 381 381 <!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2"> 382 <!ENTITY tar-md5 " 4f9028d231c3e7d7bdd658e14e74c2d1">382 <!ENTITY tar-md5 "07fa517027f426bb80f5f5ff91b63585"> 383 383 <!ENTITY tar-home "&gnu-software;tar"> 384 384 -
BOOK/patches.ent
re963bf3 r2bfaabe 122 122 123 123 <!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch"> 124 <!ENTITY tar-man_page-patch-md5 " 5bea72fd46830db0fed3c58b236f6ecf">124 <!ENTITY tar-man_page-patch-md5 "b36588356c2a08955f85e0c2f50dbf7f"> 125 125 <!ENTITY tar-man_page-patch-size "16 KB"> 126 126 127 127 <!ENTITY tar-new_compressors-patch "tar-&tar-version;-new_compressors-1.patch"> 128 <!ENTITY tar-new_compressors-patch-md5 "c870b36113cec863e14a4f2eac16f24c"> 129 <!ENTITY tar-new_compressors-patch-size "3 KB"> 130 131 <!ENTITY tar-revert_pipe_drain-patch "tar-&tar-version;-revert_pipe_drain-1.patch"> 132 <!ENTITY tar-revert_pipe_drain-patch-md5 "fd0543b6c8b4c033af0b702f28ec6608"> 133 <!ENTITY tar-revert_pipe_drain-patch-size "3 KB"> 128 <!ENTITY tar-new_compressors-patch-md5 "95a38ca73a39105a5aee528471c7fcc9"> 129 <!ENTITY tar-new_compressors-patch-size "2 KB"> 134 130 135 131 <!ENTITY texinfo-new_compressors-patch "texinfo-&texinfo-version;-new_compressors-1.patch"> -
BOOK/temp-system/common/tar.xml
re963bf3 r2bfaabe 22 22 <sect2 role="installation"> 23 23 <title>Installation of Tar</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../../final-system/common/tar.xml"27 xpointer="xpointer(//*[@os='p3'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/common/tar.xml"31 xpointer="xpointer(//*[@os='p4'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/common/tar.xml"35 xpointer="xpointer(//*[@os='p5'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../../final-system/common/tar.xml"39 xpointer="xpointer(//*[@os='p6'])"/>40 24 41 25 <para os="c1">TAR utilizes UTF-8 capability, without the following -
BOOK/temp-system/multilib/tar.xml
re963bf3 r2bfaabe 22 22 <sect2 role="installation"> 23 23 <title>Installation of Tar</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/tar.xml"27 xpointer="xpointer(//*[@os='p3'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/tar.xml"31 xpointer="xpointer(//*[@os='p4'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/tar.xml"35 xpointer="xpointer(//*[@os='p5'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../common/tar.xml"39 xpointer="xpointer(//*[@os='p6'])"/>40 24 41 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.