aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-09-22 20:26:12 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-09-22 20:26:12 +0000
commit62b134d02c0dd3ba8f1bcc397cde0fab75ad156d (patch)
treedee1773f1451aae7fb2ebdf55b428c9263b08db6 /chapter06
parent70b2fcc31bb902126af670c2764ab1fa8cbce839 (diff)
Add patch to fix an error output by some procps tools. Fixes #2758.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9388 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/procps.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 0815ae716..6fe443fd4 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -40,6 +40,11 @@
<sect2 role="installation">
<title>Installation of Procps</title>
+ <para>Apply a patch to prevent an error message from being displayed when
+ determining the kernel clock tick rate:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&procps-hz_fixes-patch;</userinput></screen>
+
<para>Apply a patch to fix a unicode related issue in the
<command>watch</command> program:</para>