diff options
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r-- | chapter06/sysklogd.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 2a4a71964..8b44445ae 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> + <!ENTITY % patches-entities SYSTEM "../patches.ent"> %general-entities; + %patches-entities; ]> <sect1 id="ch-system-sysklogd" xreflabel="Sysklogd" role="wrap"> <title>Sysklogd-&sysklogd-version;</title> @@ -31,7 +33,7 @@ as those given by the kernel when unusual things happen.</para> <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-&sysklogd-version;-fixes-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen> <para>Compile the package:</para> |