From dc20ac53fe0d7eed42abe85bcb32d483d3061c2e Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Tue, 11 May 2004 16:15:41 +0000 Subject: 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 --- chapter06/sysklogd.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06') diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 3820bb7f3..409021b75 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -26,6 +26,12 @@ by applying the following patch: patch -Np1 -i ../sysklogd-&sysklogd-version;-kernel-headers-1.patch +There is also a race condition in the signal handling logic, and this +sometimes confuses the sysklogd initscript. +Fix this bug by applying another patch: + +patch -Np1 -i ../sysklogd-&sysklogd-version;-signal-1.patch + Compile Sysklogd: make -- cgit v1.2.3-54-g00ecf