Changeset c5dbf71
- Timestamp:
- Aug 8, 2010, 7:47:19 AM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9b4d9e7
- Parents:
- 9cad7c2
- Files:
-
- 1 added
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
r9cad7c2 rc5dbf71 28 28 <para os="p1">The following patch adds a man page for <command>tar</command>:</para> 29 29 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> 35 31 36 32 <para os="a">Prepare Tar for compilation:</para> -
BOOK/final-system/multilib/tar.xml
r9cad7c2 rc5dbf71 29 29 href="../common/tar.xml" 30 30 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'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r9cad7c2 rc5dbf71 40 40 <para>August 08, 2010</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Removed the Tar new compressors patch and added an 44 updated man page patch.</para> 45 </listitem> 42 46 <listitem> 43 47 <para>[jciccone] - Updated Psmisc to 22.12.</para> -
BOOK/materials/common/patches.xml
r9cad7c2 rc5dbf71 164 164 165 165 <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> 180 171 </listitem> 181 172 </varlistentry> -
BOOK/patches.ent
r9cad7c2 rc5dbf71 73 73 <!ENTITY sysvinit-fixes-patch-size "20 KB"> 74 74 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"> 82 78 83 79 <!ENTITY texinfo-new_compressors-patch "texinfo-&texinfo-version;-new_compressors-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.