Changeset 50415c9


Ignore:
Timestamp:
01/17/2003 03:57:33 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:
4d0f878
Parents:
97871b7
Message:

Procps conversion.

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • appendixa/procps-dep.xml

    r97871b7 r50415c9  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Procps Installation Dependencies</title>
  • appendixa/procps-desc.xml

    r97871b7 r50415c9  
    1 <sect2><title>Contents of Procps</title>
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
     3<sect2><title>Descriptions</title>
    24
    35<para>Last checked against version &procps-contversion;.</para>
    46
    5 <sect3><title>Program Files</title>
    6 <para>free, kill, oldps, pgrep, pkill, ps, skill, snice, sysctl, tload, top,
    7 vmstat, w and watch</para></sect3>
    8 
    9 <sect3><title>Descriptions</title>
     7<sect3><title>Program file descriptions</title>
    108
    119<sect4><title>free</title>
     
    5957</sect3>
    6058
    61 <sect3><title>Library Files</title>
    62 <para>libproc.so</para></sect3>
    63 
    64 <sect3><title>Descriptions</title>
     59<sect3><title>Library file descriptions</title>
    6560
    6661<sect4><title>libproc</title>
  • appendixa/procps.xml

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

    r97871b7 r50415c9  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Installation of Procps</title>
    35
    46<para>This package requires its patch to be applied before you can
    5 install it.</para>
     7install it. This patch fixes a locale problem that makes
     8<userinput>w</userinput> crash under certain locale settings. Apply
     9the patch:</para>
    610
    7 <para>Install Procps by running the following commands:</para>
     11<para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch</userinput></screen></para>
    812
    9 <para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch &amp;&amp;
    10 make &amp;&amp;
    11 make XSCPT="" install</userinput></screen></para>
     13<para>Compile Procps:</para>
     14
     15<para><screen><userinput>make</userinput></screen></para>
     16
     17<para>Finish installing the package:</para>
     18
     19<para><screen><userinput>make XSCPT="" install</userinput></screen></para>
     20
     21<para>The <emphasis>XSCPT</emphasis> option will set the Makefile
     22variable XSCPT to an empty value so that XConsole installation is
     23disabled. Otherwise, <userinput>make install</userinput> tries to
     24copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. That
     25directory does not exist because X is not installed.</para>
    1226
    1327</sect2>
  • chapter06/procps.xml

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

    r97871b7 r50415c9  
    44<!ENTITY c6-procps SYSTEM "../chapter06/procps.xml">
    55<!ENTITY c6-procps-inst SYSTEM "../chapter06/procps-inst.xml">
    6 <!ENTITY c6-procps-exp SYSTEM "../chapter06/procps-exp.xml">
    76
    87<!ENTITY aa-procps SYSTEM "../appendixa/procps.xml">
     
    109<!ENTITY aa-procps-dep SYSTEM "../appendixa/procps-dep.xml">
    1110<!ENTITY aa-procps-down SYSTEM "../appendixa/procps-down.xml">
     11<!ENTITY aa-procps-shortdesc SYSTEM "../appendixa/procps-shortdesc.xml">
    1212
    1313<!ENTITY procps-version "3.1.5">
Note: See TracChangeset for help on using the changeset viewer.