Procps conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2003-01-17 03:57:33 +00:00
parent 97871b773d
commit 50415c9f28
7 changed files with 49 additions and 19 deletions

View File

@ -1,3 +1,5 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2> <sect2>
<title>Procps Installation Dependencies</title> <title>Procps Installation Dependencies</title>

View File

@ -1,12 +1,10 @@
<sect2><title>Contents of Procps</title> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title>
<para>Last checked against version &procps-contversion;.</para> <para>Last checked against version &procps-contversion;.</para>
<sect3><title>Program Files</title> <sect3><title>Program file descriptions</title>
<para>free, kill, oldps, pgrep, pkill, ps, skill, snice, sysctl, tload, top,
vmstat, w and watch</para></sect3>
<sect3><title>Descriptions</title>
<sect4><title>free</title> <sect4><title>free</title>
<para>free displays the total amount of free and used physical and swap memory <para>free displays the total amount of free and used physical and swap memory
@ -58,10 +56,7 @@ screen full).</para></sect4>
</sect3> </sect3>
<sect3><title>Library Files</title> <sect3><title>Library file descriptions</title>
<para>libproc.so</para></sect3>
<sect3><title>Descriptions</title>
<sect4><title>libproc</title> <sect4><title>libproc</title>
<para>libproc is the library against which most of the programs in this <para>libproc is the library against which most of the programs in this

View 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>

View File

@ -3,6 +3,7 @@
<?dbhtml filename="procps.html" dir="appendixa"?> <?dbhtml filename="procps.html" dir="appendixa"?>
&aa-procps-down; &aa-procps-down;
&aa-procps-shortdesc;
&aa-procps-desc; &aa-procps-desc;
&aa-procps-dep; &aa-procps-dep;

View File

@ -1,14 +1,28 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2> <sect2>
<title>Installation of Procps</title> <title>Installation of Procps</title>
<para>This package requires its patch to be applied before you can <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 &amp;&amp; <para>Compile Procps:</para>
make &amp;&amp;
make XSCPT="" install</userinput></screen></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> </sect2>

View File

@ -5,9 +5,8 @@
<screen>Estimated build time: &procps-time; <screen>Estimated build time: &procps-time;
Estimated required disk space: &procps-compsize;</screen> Estimated required disk space: &procps-compsize;</screen>
&c6-procps-inst; &aa-procps-shortdesc;
&c6-procps-exp;
&aa-procps-desc;
&aa-procps-dep; &aa-procps-dep;
&c6-procps-inst;
</sect1> </sect1>

View File

@ -3,12 +3,12 @@
<!ENTITY c6-procps SYSTEM "../chapter06/procps.xml"> <!ENTITY c6-procps SYSTEM "../chapter06/procps.xml">
<!ENTITY c6-procps-inst SYSTEM "../chapter06/procps-inst.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 SYSTEM "../appendixa/procps.xml">
<!ENTITY aa-procps-desc SYSTEM "../appendixa/procps-desc.xml"> <!ENTITY aa-procps-desc SYSTEM "../appendixa/procps-desc.xml">
<!ENTITY aa-procps-dep SYSTEM "../appendixa/procps-dep.xml"> <!ENTITY aa-procps-dep SYSTEM "../appendixa/procps-dep.xml">
<!ENTITY aa-procps-down SYSTEM "../appendixa/procps-down.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-version "3.1.5">
<!ENTITY procps-depversion "2.0.7"> <!ENTITY procps-depversion "2.0.7">