diff options
Diffstat (limited to 'chapter07/sysklogd.xml')
-rw-r--r-- | chapter07/sysklogd.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/chapter07/sysklogd.xml b/chapter07/sysklogd.xml index 4c1b02af0..e11cc7f10 100644 --- a/chapter07/sysklogd.xml +++ b/chapter07/sysklogd.xml @@ -1,6 +1,15 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> <sect1 id="ch-scripts-sysklogd"> <title>Configuring the sysklogd script</title> -<?dbhtml filename="sysklogd.html" dir="chapter07"?> +<?dbhtml filename="sysklogd.html"?> + +<indexterm zone="ch-scripts-sysklogd"> +<primary sortas="d-sysklogd">sysklogd</primary> +<secondary>configuring</secondary></indexterm> <para>The <filename>sysklogd</filename> script invokes the <command>syslogd</command> program with the <emphasis>-m 0</emphasis> option. @@ -11,4 +20,3 @@ If you want to turn on this periodic timestamp mark, edit the <userinput>man syslogd</userinput> for more information.</para> </sect1> - |