mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
68beab5ece
commit
dc20ac53fe
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user