Added a patch to fix race condition in sysklogd

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alexander E. Patrakov 2004-05-11 16:15:41 +00:00
parent 68beab5ece
commit dc20ac53fe
2 changed files with 12 additions and 0 deletions

View File

@ -126,6 +126,12 @@ following:</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Sysklogd Signal Handling Patch - 1 KB:</term> <listitem>
<para><ulink url="&patches-root;sysklogd-&sysklogd-version;-signal-1.patch"/></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Udev Configuration Patch - 6 KB:</term>
<listitem>

View File

@ -26,6 +26,12 @@ by applying the following patch:</para>
<screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-kernel-headers-1.patch</userinput></screen>
<para>There is also a race condition in the signal handling logic, and this
sometimes confuses the <command>sysklogd</command> initscript.
Fix this bug by applying another patch:</para>
<screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-signal-1.patch</userinput></screen>
<para>Compile Sysklogd:</para>
<screen><userinput>make</userinput></screen>