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
RevLine 
[7152faa]1<?xml version="1.0" encoding="UTF-8"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[90d4172]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
[35a5259]8<sect1 id="ch-system-sysklogd" role="wrap" revision="sysv">
[ddd5542]9 <?dbhtml filename="sysklogd.html"?>
[90d4172]10
[e747759]11 <sect1info condition="script">
12 <productname>sysklogd</productname>
13 <productnumber>&sysklogd-version;</productnumber>
14 <address>&sysklogd-url;</address>
15 </sect1info>
16
[ddd5542]17 <title>Sysklogd-&sysklogd-version;</title>
[90d4172]18
[ddd5542]19 <indexterm zone="ch-system-sysklogd">
20 <primary sortas="a-Sysklogd">Sysklogd</primary>
21 </indexterm>
[90d4172]22
[ddd5542]23 <sect2 role="package">
24 <title/>
[90d4172]25
[d15c80e]26 <para>The Sysklogd package contains programs for logging system messages,
27 such as those emitted by the kernel when unusual things happen.</para>
[90d4172]28
[ddd5542]29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
[fb386e0]34 <seg>&sysklogd-fin-sbu;</seg>
35 <seg>&sysklogd-fin-du;</seg>
[ddd5542]36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Sysklogd</title>
43
[e91edad]44 <para>Prepare the package for compilation:</para>
[4e7d6a6]45
[e91edad]46<screen><userinput remap="configure">./configure --prefix=/usr \
47 --sysconfdir=/etc \
48 --runstatedir=/run \
49 --without-logger</userinput></screen>
[4e7d6a6]50
[ddd5542]51 <para>Compile the package:</para>
[90d4172]52
[0445a3d]53<screen><userinput remap="make">make</userinput></screen>
[90d4172]54
[ddd5542]55 <para>This package does not come with a test suite.</para>
[0be3d41]56
[ddd5542]57 <para>Install the package:</para>
[90d4172]58
[d0ca5ead]59<screen><userinput remap="install">make install</userinput></screen>
[90d4172]60
[ddd5542]61 </sect2>
[90d4172]62
[ddd5542]63 <sect2 id="conf-sysklogd" role="configuration">
64 <title>Configuring Sysklogd</title>
[90d4172]65
[ddd5542]66 <indexterm zone="conf-sysklogd">
67 <primary sortas="a-Sysklogd">Sysklogd</primary>
68 <secondary>configuring</secondary>
69 </indexterm>
[90d4172]70
[ddd5542]71 <indexterm zone="conf-sysklogd">
72 <primary sortas="e-/etc/syslog.conf">/etc/syslog.conf</primary>
73 </indexterm>
[90d4172]74
[ddd5542]75 <para>Create a new <filename>/etc/syslog.conf</filename> file by running the
76 following:</para>
[90d4172]77
78<screen><userinput>cat &gt; /etc/syslog.conf &lt;&lt; "EOF"
[4443e90]79<literal># Begin /etc/syslog.conf
[90d4172]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
[4443e90]89# End /etc/syslog.conf</literal>
[90d4172]90EOF</userinput></screen>
91
[ddd5542]92 </sect2>
93
94 <sect2 id="contents-sysklogd" role="content">
95 <title>Contents of Sysklogd</title>
96
97 <segmentedlist>
[e91edad]98 <segtitle>Installed program</segtitle>
[ddd5542]99
100 <seglistitem>
[e91edad]101 <seg>syslogd</seg>
[ddd5542]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>
[7bb9fda]113 <para>Logs the messages that system programs offer for logging [Every
[ddd5542]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
[7eac1a5e]116 logging daemon is told to be.]</para>
[ddd5542]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>
[90d4172]126
127</sect1>
Note: See TracBrowser for help on using the repository browser.