diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-09-16 00:49:29 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-09-16 00:49:29 +0000 |
commit | 9627f8bb89eab83c51f4d335f83ae26ea7772d2d (patch) | |
tree | 4108ce51ff1a0a60c6b78ed4806b5e858f7c2693 /chapter06/sysklogd.xml | |
parent | ebab29a3063f4b65aaa3846ae7d60504be43d19b (diff) |
Upgrade to Sysklogd-1.5. Fixes #2055. Thanks to Matthew Burgess for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8380 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r-- | chapter06/sysklogd.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 29815fce9..29f68b356 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -41,17 +41,6 @@ <sect2 role="installation"> <title>Installation of Sysklogd</title> - <para>The following patch fixes various issues, including a problem building - 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. Unpatched sysklogd would damage messages in the UTF-8 encoding:</para> - -<screen><userinput>patch -Np1 -i ../&sysklogd-8bit-patch;</userinput></screen> - <para>Compile the package:</para> <screen><userinput>make</userinput></screen> |