source: chapter08/sysklogd.xml@ fd4bf9d

xry111/arm64
Last change on this file since fd4bf9d was e91edad, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Package and format updates.

Update to iana-etc-20240612.
Update to bc-6.7.6.
Update to man-pages-6.9.1.
Update to linux-6.9.7.
Update to sysklogd-2.5.2.
Update to shadow-4.16.0.
Update to systemd-256.1.
Update to setuptools-70.1.1.

Also change the formatting of options '-Dsomething' to '-D something'.

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-sysklogd" role="wrap" revision="sysv">
9 <?dbhtml filename="sysklogd.html"?>
10
11 <sect1info condition="script">
12 <productname>sysklogd</productname>
13 <productnumber>&sysklogd-version;</productnumber>
14 <address>&sysklogd-url;</address>
15 </sect1info>
16
17 <title>Sysklogd-&sysklogd-version;</title>
18
19 <indexterm zone="ch-system-sysklogd">
20 <primary sortas="a-Sysklogd">Sysklogd</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Sysklogd package contains programs for logging system messages,
27 such as those emitted by the kernel when unusual things happen.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&sysklogd-fin-sbu;</seg>
35 <seg>&sysklogd-fin-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Sysklogd</title>
43
44 <para>Prepare the package for compilation:</para>
45
46<screen><userinput remap="configure">./configure --prefix=/usr \
47 --sysconfdir=/etc \
48 --runstatedir=/run \
49 --without-logger</userinput></screen>
50
51 <para>Compile the package:</para>
52
53<screen><userinput remap="make">make</userinput></screen>
54
55 <para>This package does not come with a test suite.</para>
56
57 <para>Install the package:</para>
58
59<screen><userinput remap="install">make install</userinput></screen>
60
61 </sect2>
62
63 <sect2 id="conf-sysklogd" role="configuration">
64 <title>Configuring Sysklogd</title>
65
66 <indexterm zone="conf-sysklogd">
67 <primary sortas="a-Sysklogd">Sysklogd</primary>
68 <secondary>configuring</secondary>
69 </indexterm>
70
71 <indexterm zone="conf-sysklogd">
72 <primary sortas="e-/etc/syslog.conf">/etc/syslog.conf</primary>
73 </indexterm>
74
75 <para>Create a new <filename>/etc/syslog.conf</filename> file by running the
76 following:</para>
77
78<screen><userinput>cat &gt; /etc/syslog.conf &lt;&lt; "EOF"
79<literal># Begin /etc/syslog.conf
80
81auth,authpriv.* -/var/log/auth.log
82*.*;auth,authpriv.none -/var/log/sys.log
83daemon.* -/var/log/daemon.log
84kern.* -/var/log/kern.log
85mail.* -/var/log/mail.log
86user.* -/var/log/user.log
87*.emerg *
88
89# End /etc/syslog.conf</literal>
90EOF</userinput></screen>
91
92 </sect2>
93
94 <sect2 id="contents-sysklogd" role="content">
95 <title>Contents of Sysklogd</title>
96
97 <segmentedlist>
98 <segtitle>Installed program</segtitle>
99
100 <seglistitem>
101 <seg>syslogd</seg>
102 </seglistitem>
103 </segmentedlist>
104
105 <variablelist>
106 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
107 <?dbfo list-presentation="list"?>
108 <?dbhtml list-presentation="table"?>
109
110 <varlistentry id="syslogd">
111 <term><command>syslogd</command></term>
112 <listitem>
113 <para>Logs the messages that system programs offer for logging [Every
114 logged message contains at least a date stamp and a hostname, and
115 normally the program's name too, but that depends on how trusting the
116 logging daemon is told to be.]</para>
117 <indexterm zone="ch-system-sysklogd syslogd">
118 <primary sortas="b-syslogd">syslogd</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
122
123 </variablelist>
124
125 </sect2>
126
127</sect1>
Note: See TracBrowser for help on using the repository browser.