aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sysklogd.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-08-06 03:53:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-08-06 03:53:06 +0000
commit12836f58d2db3fc47b91c4b544daa9f17b25c56c (patch)
tree3a1627b11195a9185c2649fd5b17fd9d5da8a744 /chapter06/sysklogd.xml
parent8064ca2674941cd3262a2a6df9b6536fc7b2e8e0 (diff)
Update to grub-2.02~beta3.
Update to glibc-2.24. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r--chapter06/sysklogd.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml
index d4cf68ecb..f2f25a9a2 100644
--- a/chapter06/sysklogd.xml
+++ b/chapter06/sysklogd.xml
@@ -41,10 +41,12 @@
<sect2 role="installation">
<title>Installation of Sysklogd</title>
- <para>First, fix a problem that causes a segmentation fault under
- some conditions in klogd:</para>
+ <para>First, fix problems that causes a segmentation fault under
+ some conditions in klogd and fix an obsolete program construct:</para>
-<screen><userinput remap="pre">sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c</userinput></screen>
+<screen><userinput remap="pre">sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c
+sed -i 's/union wait/int*/' syslogd.c
+</userinput></screen>
<para>Compile the package:</para>