diff options
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r-- | chapter06/sysklogd.xml | 8 |
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> |