Changeset 6587e936 for general/sysutils


Ignore:
Timestamp:
03/28/2005 04:32:09 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1af6dcf9
Parents:
ac789c0
Message:

Updated build entities and added indexing tags to cpio instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3598 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio.xml

    rac789c0 r6587e936  
    88<!ENTITY cpio-download-ftp "ftp://ftp.gnu.org/pub/gnu/cpio/cpio-&cpio-version;.tar.gz">
    99<!ENTITY cpio-md5sum "76b4145f33df088a5bade3bf4373d17d">
    10 <!ENTITY cpio-size "448 KB">
    11 <!ENTITY cpio-buildsize "5.4 MB">
     10<!ENTITY cpio-size "561 KB">
     11<!ENTITY cpio-buildsize "5.3 MB">
    1212<!ENTITY cpio-time "0.12 SBU">
    1313]>
     
    2020<?dbhtml filename="cpio.html"?>
    2121<title>cpio-&cpio-version;</title>
     22<indexterm zone="cpio">
     23<primary sortas="a-Cpio">Cpio</primary></indexterm>
    2224
    2325<sect2>
     
    4648<title>Installation of <application>cpio</application></title>
    4749
    48 <para>Install <application>cpio</application> by running the following commands:
    49 </para>
     50<para>Install <application>cpio</application> by running the following
     51commands:</para>
    5052
    5153<screen><userinput><command>sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c &amp;&amp;
     
    5355    --bindir=/bin --libexecdir=/tmp \
    5456    --with-rmt=/usr/sbin/rmt &amp;&amp;
    55 make &amp;&amp;
    56 make install</command></userinput></screen>
     57make</command></userinput></screen>
     58
     59<para>Now, as the root user:</para>
     60
     61<screen><userinput role='root'><command>make install</command></userinput></screen>
    5762
    5863</sect2>
     
    6974<para><parameter>--bindir=/bin</parameter>: This parameter installs
    7075<command>cpio</command> to <filename class="directory">/bin</filename> instead
    71 of <filename class="directory">/usr/bin</filename> as per
     76of <filename class="directory">/usr/bin</filename> as recommended by the
    7277<acronym>FHS</acronym> guidelines.</para>
    7378
     
    8489<title>Contents</title>
    8590
    86 <para>The <application>cpio</application> package contains
    87 <command>cpio</command> and <command>mt</command>.</para>
     91<segmentedlist>
     92<segtitle>Installed Programs</segtitle>
     93<segtitle>Installed Libraries</segtitle>
     94<segtitle>Installed Directories</segtitle>
    8895
    89 </sect2>
     96<seglistitem>
     97<seg>cpio and mt</seg>
     98<seg>None</seg>
     99<seg>None</seg>
     100</seglistitem>
     101</segmentedlist>
    90102
    91 <sect2><title>Description</title>
     103<variablelist>
     104<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     105<?dbfo list-presentation="list"?>
    92106
    93 <sect3><title>cpio</title>
    94 <para><command>cpio</command> copies files to and from archives.</para></sect3>
     107<varlistentry id="cpio-prog">
     108<term><command>cpio</command></term>
     109<listitem><para>copies files to and from archives.</para>
     110<indexterm zone="cpio cpio-prog">
     111<primary sortas="b-cpio">cpio</primary>
     112</indexterm></listitem>
     113</varlistentry>
    95114
    96 <sect3><title>mt</title>
    97 <para><command>mt</command> controls magnetic tape drive
    98 operations.</para></sect3>
     115<varlistentry id="mt">
     116<term><command>mt</command></term>
     117<listitem><para>controls magnetic tape drive operations.</para>
     118<indexterm zone="cpio mt">
     119<primary sortas="b-mt">mt</primary>
     120</indexterm></listitem>
     121</varlistentry>
     122</variablelist>
    99123
    100124</sect2>
Note: See TracChangeset for help on using the changeset viewer.