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 /chapter06/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 'chapter06/sysklogd.xml')
-rw-r--r-- | chapter06/sysklogd.xml | 56 |
1 files changed, 43 insertions, 13 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 9043544e8..1d85acec1 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -1,17 +1,23 @@ +<?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-system-sysklogd" xreflabel="Sysklogd"> -<title>Installing Sysklogd-&sysklogd-version;</title> -<?dbhtml filename="sysklogd.html" dir="chapter06"?> +<title>Sysklogd-&sysklogd-version;</title> +<?dbhtml filename="sysklogd.html"?> + +<indexterm zone="ch-system-sysklogd"><primary sortas="a-Sysklogd">Sysklogd</primary></indexterm> <para>The Sysklogd package contains programs for logging system messages, such as those given by the kernel when unusual things happen.</para> -<screen>&buildtime; &sysklogd-time; -&diskspace; &sysklogd-compsize;</screen> +<screen>&buildtime; 0.1 SBU +&diskspace; 0.5 MB</screen> + +<para>Sysklogd installation depends on: Binutils, Coreutils, GCC, Glibc, Make.</para> -&aa-sysklogd-down; -&aa-sysklogd-dep; -<sect2><title> </title><para> </para></sect2> <sect2> <title>Installation of Sysklogd</title> @@ -20,15 +26,19 @@ as those given by the kernel when unusual things happen.</para> <screen><userinput>make</userinput></screen> -<para>And install it:</para> +<para>Now install it:</para> <screen><userinput>make install</userinput></screen> </sect2> -<sect2><title> </title><para> </para></sect2> -<sect2><title>Configuring Sysklogd</title> +<sect2 id="conf-sysklogd"><title>Configuring Sysklogd</title> +<indexterm zone="conf-sysklogd"> +<primary sortas="a-Sysklogd">Sysklogd</primary> +<secondary>configuring</secondary></indexterm> + +<indexterm zone="conf-sysklogd"><primary sortas="e-/etc/syslog.conf">/etc/syslog.conf</primary></indexterm> <para>Create a new <filename>/etc/syslog.conf</filename> file by running the following:</para> @@ -49,8 +59,28 @@ user.* -/var/log/user.log </sect2> -&aa-sysklogd-shortdesc; -&aa-sysklogd-desc; -</sect1> +<sect2 id="contents-sysklogd"><title>Contents of Sysklogd</title> + +<para><emphasis>Installed programs</emphasis>: klogd and syslogd</para> + +</sect2> + +<sect2><title>Short descriptions</title> + +<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> + +<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 +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> + +</sect2> + + + +</sect1> |