Changeset 110ec35a for general


Ignore:
Timestamp:
09/21/2003 02:32:24 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
36f9a23
Parents:
2be20f1b
Message:

update intro to which, zip, unzip and cpio

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

Location:
general/sysutils
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio/cpio-desc.xml

    r2be20f1b r110ec35a  
    22<title>Contents</title>
    33
    4 <para>The cpio package contains <userinput>cpio</userinput>,
    5 <userinput>mt</userinput> and <userinput>rmt</userinput>.</para>
     4<para>The <application>cpio</application> package contains <command>cpio
     5</command>, <command>mt</command> and <command>rmt</command>.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>cpio</title>
    12 <para>cpio copies files to and from archives.</para></sect3>
     12<para><command>cpio</command> copies files to and from archives.</para></sect3>
    1313
    1414<sect3><title>mt</title>
    15 <para>mt controls magnetic tape drive operations.</para></sect3>
     15<para><command>mt</command> controls magnetic tape drive operations.</para></sect3>
    1616
    1717<sect3><title>rmt</title>
    18 <para>rmt controls remote magnetic tape drive operations.</para></sect3>
     18<para><command>rmt</command> controls remote magnetic tape drive operations.</para></sect3>
    1919
    2020</sect2>
  • general/sysutils/cpio/cpio-exp.xml

    r2be20f1b r110ec35a  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexec=/usr/bin</userinput> : This command installs
    5 rmt to <filename>/usr/sbin</filename> instead of
     4<para><command>--libexec=/usr/bin</command> : This command installs
     5<command>rmt</command> to <filename>/usr/sbin</filename> instead of
    66<filename>/usr/libexec</filename>.</para>
    77
    8 <para><userinput>--bindir=/bin</userinput> : This command installs
    9 cpio to <filename>/bin</filename> instead of
    10 <filename>/usr/bin</filename> as per FHS guidelines.</para>
     8<para><command>--bindir=/bin</command> : This command installs
     9<command>cpio</command> to <filename>/bin</filename> instead of
     10<filename>/usr/bin</filename> as per <acronym>FHS</acronym> guidelines.</para>
    1111
    1212</sect2>
  • general/sysutils/cpio/cpio-inst.xml

    r2be20f1b r110ec35a  
    11<sect2>
    2 <title>Installation of cpio</title>
     2<title>Installation of <application>cpio</application></title>
    33
    4 <para>Install cpio by running the following commands:</para>
     4<para>Install <application>cpio</application> by running the following commands:
     5</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin \
     7<screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin \
    78--bindir=/bin &amp;&amp;
    89make &amp;&amp;
    9 make install</userinput></screen></para>
     10make install</command></userinput></screen>
    1011
    1112</sect2>
  • general/sysutils/cpio/cpio-intro.xml

    r2be20f1b r110ec35a  
    11<sect2>
    2 <title>Introduction to cpio</title>
     2<title>Introduction to <application>cpio</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&cpio-download-http;"/>
    5 Download location (FTP):        <ulink url="&cpio-download-ftp;"/>
    6 Version used:                   &cpio-version;
    7 Package size:                   &cpio-size;
    8 Estimated Disk space required:  &cpio-buildsize;
    9 Estimated build time:           &cpio-time;</screen>
    104
    11 <para>The cpio package contains cpio. This is useful for archiving.</para>
     5<para>The <application>cpio</application> package contains
     6<command>cpio</command>. This is useful for archiving.</para>
     7
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&cpio-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&cpio-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &cpio-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&cpio-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&cpio-time;</para></listitem></itemizedlist>
     19</sect3>
    1220
    1321
  • general/sysutils/which.xml

    r2be20f1b r110ec35a  
    33<title>which-&which-version; and alternatives</title>
    44
    5 <para>The presence / absence of the which program in the main LFS book
    6 is probably one of the most contentious issues we have on the mailing
    7 lists.  It has resulted in at least one flame war in the recent past.
     5<para>The presence / absence of the which program in the main <acronym>LFS
     6</acronym> book is probably one of the most contentious issues we have on the
     7mailing lists.  It has resulted in at least one flame war in the recent past.
    88To hopefully put an end to this once and for all, we here present two of
    99the options for equipping your system with "which".</para>
     
    1919<para>The second option (for those who don't want to install the program)
    2020is to create a simple script:</para>
    21 <para><screen><userinput>cat &gt; /usr/bin/which &lt;&lt; "EOF"</userinput>
     21<screen><userinput><command>cat &gt; /usr/bin/which &lt;&lt; "EOF"</command>
    2222#!/bin/bash
    2323type -p "$@"
    24 <userinput>EOF
     24<command>EOF
    2525chmod 755 /usr/bin/which
    26 chown root:root /usr/bin/which</userinput></screen></para>
     26chown root:root /usr/bin/which</command></userinput></screen>
    2727<para>This should generally work OK and is probably the easiest solution
    2828for boxes which don't need a good user environment to work in.</para>
  • general/sysutils/which/which-desc.xml

    r2be20f1b r110ec35a  
    22<title>Contents</title>
    33
    4 <para>The which package contains <userinput>which</userinput>.</para>
     4<para>The <application>which</application> package contains <command>which
     5</command>.</para>
    56
    67</sect2>
     
    910
    1011<sect3><title>which</title>
    11 <para>which shows the full path of (shell) commands.</para></sect3>
     12<para><command>which</command> shows the full path of (shell) commands.</para>
     13</sect3>
    1214
    1315</sect2>
  • general/sysutils/which/which-inst.xml

    r2be20f1b r110ec35a  
    11<sect2>
    2 <title>Installation of which</title>
     2<title>Installation of <application>which</application></title>
    33
    4 <para>Install which by running the following commands:</para>
     4<para>Install <application>which</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • general/sysutils/which/which-intro.xml

    r2be20f1b r110ec35a  
    11<sect2>
    2 <title>Introduction to which</title>
     2<title>Introduction to <application>which</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&which-download-http;"/>
    5 Download location (FTP):        <ulink url="&which-download-ftp;"/>
    6 Version used:                   &which-version;
    7 Package size:                   &which-size;
    8 Estimated Disk space required:  &which-buildsize;</screen>
     4<sect3><title>Package information</title>
     5<itemizedlist spacing='compact'>
     6<listitem><para>Download (HTTP): <ulink
     7url="&which-download-http;"/></para></listitem>
     8<listitem><para>Download (FTP): <ulink
     9url="&which-download-ftp;"/></para></listitem>
     10<listitem><para>Download size: &which-size;</para></listitem>
     11<listitem><para>Estimated Disk space required:
     12&which-buildsize;</para></listitem>
     13<listitem><para>Estimated build time:
     14&which-time;</para></listitem></itemizedlist>
     15</sect3>
     16
    917
    1018</sect2>
Note: See TracChangeset for help on using the changeset viewer.