diff options
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r-- | chapter06/sysklogd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index fb422e1c8..c7b1176ff 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -33,6 +33,12 @@ Sysklogd with Linux 2.6 series kernels</para> <screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen> +<para>The following patch makes sysklogd treat bytes in the 0x80--0x9f range +literally in the messages being logged, instead of replacing them with octal +codes. Such replacement caused damage to messages in UTF-8 encoding.</para> + +<screen><userinput>patch -Np1 -i ../&sysklogd-8bit-patch;</userinput></screen> + <para>Compile the package:</para> <screen><userinput>make</userinput></screen> |