From 5536f7440f2f4a12782e8d741cbbba5f1c3cfea8 Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 26 Dec 2005 19:00:06 +0000 Subject: Applied Alexander Patrakov's patch which adds UTF-8 capability to the development branch of the LFS Book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sysklogd.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06/sysklogd.xml') 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 patch -Np1 -i ../&sysklogd-fixes-patch; +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. + +patch -Np1 -i ../&sysklogd-8bit-patch; + Compile the package: make -- cgit v1.2.3-54-g00ecf