mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Procps conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
97871b773d
commit
50415c9f28
@ -1,3 +1,5 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Procps Installation Dependencies</title>
|
||||
|
||||
|
@ -1,12 +1,10 @@
|
||||
<sect2><title>Contents of Procps</title>
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2><title>Descriptions</title>
|
||||
|
||||
<para>Last checked against version &procps-contversion;.</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>free, kill, oldps, pgrep, pkill, ps, skill, snice, sysctl, tload, top,
|
||||
vmstat, w and watch</para></sect3>
|
||||
|
||||
<sect3><title>Descriptions</title>
|
||||
<sect3><title>Program file descriptions</title>
|
||||
|
||||
<sect4><title>free</title>
|
||||
<para>free displays the total amount of free and used physical and swap memory
|
||||
@ -58,10 +56,7 @@ screen full).</para></sect4>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Library Files</title>
|
||||
<para>libproc.so</para></sect3>
|
||||
|
||||
<sect3><title>Descriptions</title>
|
||||
<sect3><title>Library file descriptions</title>
|
||||
|
||||
<sect4><title>libproc</title>
|
||||
<para>libproc is the library against which most of the programs in this
|
||||
|
19
appendixa/procps-shortdesc.xml
Normal file
19
appendixa/procps-shortdesc.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<sect2><title>Contents of Procps</title>
|
||||
|
||||
<para>Last checked against version &procps-contversion;.</para>
|
||||
|
||||
<para>The Procps package provides programs to monitor and
|
||||
hault system processes. Procps gathers information about
|
||||
processes via the <filename>/proc</filename> directory.</para>
|
||||
|
||||
<para>Procps installs the following:</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>free, kill, oldps, pgrep, pkill, ps, skill, snice, sysctl, tload, top,
|
||||
vmstat, w and watch</para></sect3>
|
||||
|
||||
<sect3><title>Library Files</title>
|
||||
<para>libproc.so</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<?dbhtml filename="procps.html" dir="appendixa"?>
|
||||
|
||||
&aa-procps-down;
|
||||
&aa-procps-shortdesc;
|
||||
&aa-procps-desc;
|
||||
&aa-procps-dep;
|
||||
|
||||
|
@ -1,14 +1,28 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of Procps</title>
|
||||
|
||||
<para>This package requires its patch to be applied before you can
|
||||
install it.</para>
|
||||
install it. This patch fixes a locale problem that makes
|
||||
<userinput>w</userinput> crash under certain locale settings. Apply
|
||||
the patch:</para>
|
||||
|
||||
<para>Install Procps by running the following commands:</para>
|
||||
<para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch</userinput></screen></para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch &&
|
||||
make &&
|
||||
make XSCPT="" install</userinput></screen></para>
|
||||
<para>Compile Procps:</para>
|
||||
|
||||
<para><screen><userinput>make</userinput></screen></para>
|
||||
|
||||
<para>Finish installing the package:</para>
|
||||
|
||||
<para><screen><userinput>make XSCPT="" install</userinput></screen></para>
|
||||
|
||||
<para>The <emphasis>XSCPT</emphasis> option will set the Makefile
|
||||
variable XSCPT to an empty value so that XConsole installation is
|
||||
disabled. Otherwise, <userinput>make install</userinput> tries to
|
||||
copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. That
|
||||
directory does not exist because X is not installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -5,9 +5,8 @@
|
||||
<screen>Estimated build time: &procps-time;
|
||||
Estimated required disk space: &procps-compsize;</screen>
|
||||
|
||||
&c6-procps-inst;
|
||||
&c6-procps-exp;
|
||||
&aa-procps-desc;
|
||||
&aa-procps-shortdesc;
|
||||
&aa-procps-dep;
|
||||
&c6-procps-inst;
|
||||
|
||||
</sect1>
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
<!ENTITY c6-procps SYSTEM "../chapter06/procps.xml">
|
||||
<!ENTITY c6-procps-inst SYSTEM "../chapter06/procps-inst.xml">
|
||||
<!ENTITY c6-procps-exp SYSTEM "../chapter06/procps-exp.xml">
|
||||
|
||||
<!ENTITY aa-procps SYSTEM "../appendixa/procps.xml">
|
||||
<!ENTITY aa-procps-desc SYSTEM "../appendixa/procps-desc.xml">
|
||||
<!ENTITY aa-procps-dep SYSTEM "../appendixa/procps-dep.xml">
|
||||
<!ENTITY aa-procps-down SYSTEM "../appendixa/procps-down.xml">
|
||||
<!ENTITY aa-procps-shortdesc SYSTEM "../appendixa/procps-shortdesc.xml">
|
||||
|
||||
<!ENTITY procps-version "3.1.5">
|
||||
<!ENTITY procps-depversion "2.0.7">
|
||||
|
Loading…
Reference in New Issue
Block a user