diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 8da11e5c0..1b59d83af 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -57,7 +57,7 @@ <term><parameter>--disable-skill</parameter></term> <listitem> <para>This switch disables the obsolete and unportable - skill and snice commands.</para> + skill and snice commands.</para> </listitem> </varlistentry> <varlistentry> @@ -68,23 +68,23 @@ </listitem> </varlistentry> </variablelist> - + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> - <para>The test suite needs some custom modifications for LFS. + <para>The test suite needs some custom modifications for LFS. The <command>which</command> is not available and the - <command>pmap</command> test does not match a newline character in + <command>pmap</command> test does not match a newline character in two tests. To run the test suite, run the following commands:</para> <screen><userinput remap="test">pushd testsuite sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp - make site.exp + make site.exp DEJAGNU=global-conf.exp runtest popd</userinput></screen> - + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> @@ -92,7 +92,7 @@ popd</userinput></screen> <para>Finally move the library to a location that can be found if <filename class="directory">/usr</filename> is not mounted.</para> -<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib +<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so</userinput></screen> </sect2> @@ -105,7 +105,7 @@ ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so</userinput></screen> <segtitle>Installed library</segtitle> <seglistitem> - <seg>free, pgrep, pkill, pmap, ps, pwdx, slabtop, + <seg>free, pgrep, pkill, pmap, ps, pwdx, slabtop, sysctl, tload, top, uptime, vmstat, w, and, watch</seg> <seg>libprocps.so</seg> </seglistitem> |