Changeset 4d0f878


Ignore:
Timestamp:
01/17/2003 03:58:39 AM (21 years ago)
Author:
Timothy Bauscher <timothy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a2a2d38
Parents:
50415c9
Message:

Psmisc conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • appendixa/psmisc-dep.xml

    r50415c9 r4d0f878  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Psmisc Installation Dependencies</title>
  • appendixa/psmisc-desc.xml

    r50415c9 r4d0f878  
    1 <sect2><title>Contents of Psmisc</title>
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
     3<sect2><title>Descriptions</title>
    24
    35<para>Last checked against version &psmisc-contversion;.</para>
    46
    5 <sect3><title>Program Files</title>
    6 <para>fuser, killall and pstree</para>
     7<sect3><title>Program file descriptions</title>
    78
    89<para>Note that in LFS we don't install the pidof link by default
    9 because we use pidof from sysvinit instead.</para></sect3>
    10 
    11 <sect3><title>Descriptions</title>
     10because we use pidof from sysvinit instead.</para>
    1211
    1312<sect4><title>fuser</title>
  • appendixa/psmisc.xml

    r50415c9 r4d0f878  
    44
    55&aa-psmisc-down;
     6&aa-psmisc-shortdesc;
    67&aa-psmisc-desc;
    78&aa-psmisc-dep;
  • chapter06/psmisc-inst.xml

    r50415c9 r4d0f878  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Installation of Psmisc</title>
    35
    4 <para>Install Psmisc by running the following commands:</para>
     6<para>Prepare Psmic to be compiled:</para>
    57
    6 <para><screen><userinput>./configure --prefix=/usr --exec-prefix=/ &amp;&amp;
    7 make &amp;&amp;
    8 make install</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/usr --exec-prefix=/</userinput></screen></para>
     9
     10<para>The <emphasis>--exec-prefix=/</emphasis> flag will cause the
     11programs to be installed in /bin rather than in /usr/bin. The programs
     12in this package are often used in bootscripts; they should be in the /bin
     13directory so they can be used in the event that the <filename
     14class="directory">/usr</filename> partition isn't mounted.</para>
     15
     16<para>Continue with compiling the package:</para>
     17
     18<para><screen><userinput>make</userinput></screen></para>
     19
     20<para>Finish installing the package:</para>
     21
     22<para><screen><userinput>make install</userinput></screen></para>
    923
    1024<para>Psmisc's pidof program isn't installed by default. Generally, this
     
    1529package, which provides a pidof program, or not. If you're not going to
    1630use Sysvinit, you should complete this package's installation by creating
    17 the <filename>/bin/pidof</filename> symlink by running:</para>
     31the <filename>/bin/pidof</filename> symlink:</para>
    1832
    1933<para><screen><userinput>ln -s killall /bin/pidof</userinput></screen></para>
  • chapter06/psmisc.xml

    r50415c9 r4d0f878  
    66Estimated required disk space:  &psmisc-compsize;</screen>
    77
     8&aa-psmisc-shortdesc;
     9&aa-psmisc-dep;
    810&c6-psmisc-inst;
    9 &c6-psmisc-exp;
    10 &aa-psmisc-desc;
    11 &aa-psmisc-dep;
    1211
    1312</sect1>
  • entities/psmisc.ent

    r50415c9 r4d0f878  
    33<!ENTITY c6-psmisc SYSTEM "../chapter06/psmisc.xml">
    44<!ENTITY c6-psmisc-inst SYSTEM "../chapter06/psmisc-inst.xml">
    5 <!ENTITY c6-psmisc-exp SYSTEM "../chapter06/psmisc-exp.xml">
    65
    76<!ENTITY aa-psmisc SYSTEM "../appendixa/psmisc.xml">
     
    98<!ENTITY aa-psmisc-dep SYSTEM "../appendixa/psmisc-dep.xml">
    109<!ENTITY aa-psmisc-down SYSTEM "../appendixa/psmisc-down.xml">
     10<!ENTITY aa-psmisc-shortdesc SYSTEM "../appendixa/psmisc-shortdesc.xml">
    1111
    1212<!ENTITY psmisc-version "21.2">
Note: See TracChangeset for help on using the changeset viewer.