aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sysklogd.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
commitc6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch)
tree3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/sysklogd.xml
parent01b2724c70a6addd4e2190649c14a79be3a85090 (diff)
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r--chapter06/sysklogd.xml30
1 files changed, 19 insertions, 11 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml
index 7ef354519..c1a10c5bf 100644
--- a/chapter06/sysklogd.xml
+++ b/chapter06/sysklogd.xml
@@ -77,27 +77,35 @@ user.* -/var/log/user.log
</sect2>
-<sect2 id="contents-sysklogd"><title>Contents of Sysklogd</title>
-
-<para><emphasis>Installed programs</emphasis>: klogd and syslogd</para>
-
-</sect2>
+<sect2 id="contents-sysklogd" role="content"><title>Contents of Sysklogd</title>
+<segmentedlist>
+<segtitle>Installed programs</segtitle>
+<seglistitem><seg>klogd and syslogd</seg></seglistitem>
+</segmentedlist>
-<sect2><title>Short descriptions</title>
+<variablelist><title>Short descriptions</title>
+<varlistentry>
+<term id="klogd"><command>klogd</command></term>
+<listitem>
<indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
-<para id="klogd"><command>klogd</command> is a system daemon for intercepting and
-logging kernel messages.</para>
+<para>is a system daemon for intercepting and logging kernel messages.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term id="syslogd"><command>syslogd</command></term>
+<listitem>
<indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
-<para id="syslogd"><command>syslogd</command> logs the messages that system programs
+<para>logs the messages that system programs
offer for logging. Every logged message contains at least a date stamp and a
hostname, and normally the program's name too, but that depends on how
trusting the logging daemon is told to be.</para>
+</listitem>
+</varlistentry>
+</variablelist>
</sect2>
-
-
</sect1>