diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:26:12 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:26:12 +0000 |
commit | 62b134d02c0dd3ba8f1bcc397cde0fab75ad156d (patch) | |
tree | dee1773f1451aae7fb2ebdf55b428c9263b08db6 /chapter06 | |
parent | 70b2fcc31bb902126af670c2764ab1fa8cbce839 (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.xml | 5 |
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> |