Changeset c5dbf71 for BOOK


Ignore:
Timestamp:
Aug 8, 2010, 7:47:19 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9b4d9e7
Parents:
9cad7c2
Message:

Removed the tar new compressors patch and added a new man page patch.

Location:
BOOK
Files:
5 edited

Legend:

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

    r9cad7c2 rc5dbf71  
    2828    <para os="p1">The following patch adds a man page for <command>tar</command>:</para>
    2929
    30 <screen os="p2"><userinput>patch -Np1 -i ../&tar-man_page-patch;</userinput></screen>
    31 
    32     <para os="p3">The following patch will add support for new compressors like LZIP:</para>
    33 
    34 <screen os="p4"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen>
     30<screen os="p2"><userinput>patch -Np1 -i ../&tar-man-patch;</userinput></screen>
    3531
    3632    <para os="a">Prepare Tar for compilation:</para>
  • BOOK/final-system/multilib/tar.xml

    r9cad7c2 rc5dbf71  
    2929    href="../common/tar.xml"
    3030    xpointer="xpointer(//*[@os='p2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/tar.xml"
    34     xpointer="xpointer(//*[@os='p3'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/tar.xml"
    38     xpointer="xpointer(//*[@os='p4'])"/>
    3931
    4032    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r9cad7c2 rc5dbf71  
    4040      <para>August 08, 2010</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Removed the Tar new compressors patch and added an
     44          updated man page patch.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[jciccone] - Updated Psmisc to 22.12.</para>
  • BOOK/materials/common/patches.xml

    r9cad7c2 rc5dbf71  
    164164
    165165    <varlistentry>
    166       <term>Tar Man Page Patch - <token>&tar-man_page-patch-size;</token>:</term>
    167       <listitem>
    168         <para>Download: <ulink
    169         url="&patches-root;&tar-man_page-patch;"/></para>
    170         <para>MD5 sum: <literal>&tar-man_page-patch-md5;</literal></para>
    171       </listitem>
    172     </varlistentry>
    173 
    174     <varlistentry>
    175       <term>Tar New Compressors Patch - <token>&tar-new_compressors-patch-size;</token>:</term>
    176       <listitem>
    177         <para>Download: <ulink
    178         url="&patches-root;&tar-new_compressors-patch;"/></para>
    179         <para>MD5 sum: <literal>&tar-new_compressors-patch-md5;</literal></para>
     166      <term>Tar Man Page Patch - <token>&tar-man-patch-size;</token>:</term>
     167      <listitem>
     168        <para>Download: <ulink
     169        url="&patches-root;&tar-man-patch;"/></para>
     170        <para>MD5 sum: <literal>&tar-man-patch-md5;</literal></para>
    180171      </listitem>
    181172    </varlistentry>
  • BOOK/patches.ent

    r9cad7c2 rc5dbf71  
    7373<!ENTITY sysvinit-fixes-patch-size "20 KB">
    7474
    75 <!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch">
    76 <!ENTITY tar-man_page-patch-md5 "a8d01d18a3e550230302a5a52c686d25">
    77 <!ENTITY tar-man_page-patch-size "16 KB">
    78 
    79 <!ENTITY tar-new_compressors-patch "tar-&tar-version;-new_compressors-1.patch">
    80 <!ENTITY tar-new_compressors-patch-md5 "95a38ca73a39105a5aee528471c7fcc9">
    81 <!ENTITY tar-new_compressors-patch-size "2 KB">
     75<!ENTITY tar-man-patch "tar-&tar-version;-man-1.patch">
     76<!ENTITY tar-man-patch-md5 "6a1a1d8bdc00fc149c28aa1f8405fc93">
     77<!ENTITY tar-man-patch-size "20 KB">
    8278
    8379<!ENTITY texinfo-new_compressors-patch "texinfo-&texinfo-version;-new_compressors-1.patch">
Note: See TracChangeset for help on using the changeset viewer.