psmisc-inst.xml 798 B

12345678910111213141516171819202122
  1. <sect2>
  2. <title>Installation of Psmisc</title>
  3. <para>Install Psmisc by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=/usr --exec-prefix=/ &amp;&amp;
  5. make &amp;&amp;
  6. make install</userinput></screen></para>
  7. <para>Psmisc's pidof program isn't installed by default. Generally, this
  8. isn't a problem because we later install the Sysvinit package, which
  9. provides a better pidof program.</para>
  10. <para>It's up to you to decide if you are going to use the Sysvinit
  11. package, which provides a pidof program, or not. If you're not going to
  12. use Sysvinit, you should complete this package's installation by creating
  13. the <filename>/bin/pidof</filename> symlink by running:</para>
  14. <para><screen><userinput>ln -s killall /bin/pidof</userinput></screen></para>
  15. </sect2>