Changeset 8bd8b3c


Ignore:
Timestamp:
11/09/2003 02:43:30 AM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0846526
Parents:
5efa9db
Message:

Fixed cpio and gnupg

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

Files:
5 edited

Legend:

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

    r5efa9db r8bd8b3c  
    1515<para><command>mt</command> controls magnetic tape drive operations.</para></sect3>
    1616
     17<!--
    1718<sect3><title>rmt</title>
    1819<para><command>rmt</command> controls remote magnetic tape drive operations.</para></sect3>
     20-->
    1921
    2022</sect2>
  • general/sysutils/cpio/cpio-exp.xml

    r5efa9db r8bd8b3c  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexec=/usr/sbin</parameter>: This command installs
    5 <command>rmt</command> to <filename class="directory">/usr/sbin</filename> instead of
    6 <filename class="directory">/usr/libexec</filename>.</para>
     4<para><parameter>--libexec=/tmp/cpio</parameter>: This command installs
     5<command>rmt</command> to <filename class="directory">/tmp/cpio</filename> so that
     6it can be removed. The <command>rmt</command> executable is already installed by
     7<application>tar</application> pacakge in <acronym>LFS</acronym>.</para>
    78
    89<para><parameter>--bindir=/bin</parameter>: This command installs
  • general/sysutils/cpio/cpio-inst.xml

    r5efa9db r8bd8b3c  
    55</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin \
     7<screen><userinput><command>./configure --prefix=/usr --libexecdir=/tmp/cpio \
    88--bindir=/bin &amp;&amp;
    99make &amp;&amp;
    10 make install</command></userinput></screen>
     10make install &&
     11rm -rf /tmp/cpio</command></userinput></screen>
    1112
    1213</sect2>
  • introduction/welcome/changelog.xml

    r5efa9db r8bd8b3c  
    1212<itemizedlist>
    1313
     14<listitem><para>November 8th, 2003 [tushar]: cpio: Modify installation to not
     15install rmt executable.</para></listitem>
     16
     17<listitem><para>November 8th, 2003 [tushar]: Fixed a typo in gnupg.</para></listitem>
     18
    1419<listitem><para>November 8th, 2003 [tushar]: Fixed a typo in metacity.</para></listitem>
    15 
    1620
    1721</itemizedlist>
  • postlfs/security/gnupg/gnupg-exp.xml

    r5efa9db r8bd8b3c  
    44<para><parameter>--libexecdir=/usr/lib</parameter>: This command
    55creates a <filename class="directory">gnupg</filename> directory in
    6 <filename class="directory">/usr/sbin</filename> instead of
     6<filename class="directory">/usr/lib</filename> instead of
    77<filename class="directory">/usr/libexec</filename>.</para>
    88
Note: See TracChangeset for help on using the changeset viewer.