- Timestamp:
- Dec 27, 2008, 2:31:57 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bfe1f5a
- Parents:
- 31276bb
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/lzma.xml
r31276bb rfb8d773 48 48 <screen os="j"><userinput>ln -svf ../../lib/liblzmadec.so.0 /usr/lib/liblzmadec.so</userinput></screen> 49 49 50 <para os="k">Move the LZMA-Utils binaries to /bin to be available like other compressing utilities:</para> 50 <para os="k">Move the <command>lzma</command> binary, and a couple 51 symlinks to it, to <filename class="directory">/bin</filename> to be 52 available like other compressing utilities:</para> 51 53 52 <screen os="l"><userinput>mv -v /usr/bin/lzma /bin 53 ln -sfv lzma /bin/unlzma 54 ln -sfv lzma /bin/lzmacat</userinput></screen> 54 <screen os="l"><userinput>mv -v /usr/bin/{lzma,lzcat,unlzma} /bin</userinput></screen> 55 55 56 56 </sect2> … … 64 64 65 65 <seglistitem> 66 <seg>lzma, lz macat (link to lzma), lzmadec, lzmainfo,66 <seg>lzma, lzcat (link to lzma), lzmadec, lzmainfo, 67 67 lzmore, and unlzma (link to lzma).</seg> 68 68 <seg>liblzmadec.a, liblzmadec.la, liblzmadec.so, liblzmadec.so.0, and … … 86 86 </varlistentry> 87 87 88 <varlistentry id="lz macat">89 <term><command>lz macat</command></term>88 <varlistentry id="lzcat"> 89 <term><command>lzcat</command></term> 90 90 <listitem> 91 91 <para>Decompresses to standard output</para> 92 <indexterm zone="ch-system-lzma lz macat">93 <primary sortas="b-lz macat">lzmacat</primary>92 <indexterm zone="ch-system-lzma lzcat"> 93 <primary sortas="b-lzcat">lzcat</primary> 94 94 </indexterm> 95 95 </listitem> -
BOOK/introduction/common/changelog.xml
r31276bb rfb8d773 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>December 27, 2008</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Corrections to LZMA instructions - the existing 44 instructions left broken symlinks (already created by LZMA) in 45 /usr/bin, and LZMA documentation refers to "lzcat" not "lzmacat".</para> 46 </listitem> 47 </itemizedlist> 48 </listitem> 38 49 39 50 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.