aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-09-11 13:16:01 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-09-11 13:16:01 +0000
commit6d8fd2b8bf82d6f0564cbfc4c8d1aed9ea8d75d7 (patch)
tree66448bb5631e46c72120829e6ce22e5812e4b1e9
parentd00be4447e28a2a03785a2e60da9da306fe5caa2 (diff)
noted that it's pidof needs to be manually symlinked to it's killall
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendixa/psmisc-desc.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/appendixa/psmisc-desc.xml b/appendixa/psmisc-desc.xml
index 303fa7cfb..3030a4726 100644
--- a/appendixa/psmisc-desc.xml
+++ b/appendixa/psmisc-desc.xml
@@ -25,7 +25,10 @@ commands.</para>
<sect3><title>pidof</title>
<para>Pidof finds the process id's (pids) of the named programs and
-prints those id's on standard output.</para>
+prints those id's on standard output. If you want to use this pidof
+version (by default we use sysvinit's version which is more powerful),
+you will have to create pidof as a symlink manually that points to this
+package's killall program.</para>
</sect3>