mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
70b2fcc31b
commit
62b134d02c
@ -39,6 +39,12 @@
|
||||
<listitem>
|
||||
<para>2010-09-22</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] Add patch to fix "Unknown HZ value" error
|
||||
in some procps tools. Thanks to DJ Lucas for the report and
|
||||
patch. Fixes
|
||||
<ulink url="&lfs-ticket-root;2758">#2758</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] Upgrade to Tcl-8.5.9. Fixes
|
||||
<ulink url="&lfs-ticket-root;2753">#2753</ulink>.</para>
|
||||
|
@ -223,6 +223,10 @@
|
||||
<para>perl-5.12.2-libc-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>procps-3.2.8-fix_HZ_errors-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -172,6 +172,14 @@
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>Procps HZ Errors Patch - <token>&procps-hz_fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&procps-hz_fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&procps-hz_fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Procps Watch Patch - <token>&procps-watch-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -89,6 +89,11 @@
|
||||
<!ENTITY perl-libc-patch-md5 "800dfd3c9618731ee5cf57f77a7942b4">
|
||||
<!ENTITY perl-libc-patch-size "1 KB">
|
||||
|
||||
|
||||
<!ENTITY procps-hz_fixes-patch "procps-&procps-version;-fix_HZ_errors-1.patch">
|
||||
<!ENTITY procps-hz_fixes-patch-md5 "2ea4c8e9a2c2a5a291ec63c92d7c6e3b">
|
||||
<!ENTITY procps-hz_fixes-patch-size "2.3 KB">
|
||||
|
||||
<!ENTITY procps-watch-patch "procps-&procps-version;-watch_unicode-1.patch">
|
||||
<!ENTITY procps-watch-patch-md5 "cd1a757e532d93662a7ed71da80e6b58">
|
||||
<!ENTITY procps-watch-patch-size "3.5 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user