diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /chapter07/sysklogd.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> - |