blob: b6ecc5ae33abce6f249dea1f104987d789eab452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<sect2>
<title>Contents</title>
<para>
The Sysklogd package contains the klogd and syslogd programs.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>klogd</title>
<para>
klogd is a system daemon which intercepts and logs Linux kernel messages.
</para>
</sect3>
<sect3><title>syslogd</title>
<para>
Syslogd provides a kind of logging that many modern programs use. Every
logged message contains at least a time and a hostname field, normally a
program name field, too, but that depends on how trusty the logging
program is.
</para>
</sect3>
</sect2>
|