blob: 0b86b02fa47b5b9322702117d5a980cb84a8f379 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<sect2>
<title>Installation of Procps</title>
<para>Install Procps by running the following commands:</para>
<para><screen><userinput>make &&</userinput>
<userinput>make XSCPT='' install &&</userinput>
<userinput>mv -f /usr/bin/kill /bin</userinput></screen></para>
</sect2>
|