aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2004-09-14 04:14:37 +0000
committerJim Gifford <jim@linuxfromscratch.org>2004-09-14 04:14:37 +0000
commit7d8fb5f3a34cb6c45b5b41df8c965f41bbb2a9c4 (patch)
tree3f54b4f4972e2fe92c95b71e2d4767ca1e65ba29 /chapter06
parentf077d7b6d9a4b5f5483608e8dc7d9cd6244cd235 (diff)
Fixes for syslog-ng.conf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/syslogng.xml21
1 files changed, 5 insertions, 16 deletions
diff --git a/chapter06/syslogng.xml b/chapter06/syslogng.xml
index 9be032d39..0a46c4fe7 100644
--- a/chapter06/syslogng.xml
+++ b/chapter06/syslogng.xml
@@ -98,8 +98,7 @@ filter f_lpr { facility(lpr); };
filter f_mail { facility(mail); };
filter f_news { facility(news); };
filter f_user { facility(user); };
-filter f_uucp { facility(cron); };
-filter f_news { facility(news); };
+filter f_uucp { facility(uucp); };
filter f_debug { not facility(auth, authpriv, news, mail); };
filter f_messages { level(info..warn) and not facility(auth, authpriv, mail, news); };
filter f_everything { level(debug..emerg) and not facility(auth, authpriv); };
@@ -132,7 +131,6 @@ EOF</userinput></screen>
</sect2>
-
<sect2 id="contents-syslogng" role="content"><title>Contents of Syslog-ng</title>
<segmentedlist>
@@ -140,29 +138,20 @@ EOF</userinput></screen>
<seglistitem><seg>Unchecked</seg></seglistitem>
</segmentedlist>
-<!--
<variablelist><title>Short descriptions</title>
-<varlistentry id="klogd">
-<term><command>klogd</command></term>
+<varlistentry id="syslog-ng">
+<term><command>syslog-ng</command></term>
<listitem>
-<indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
-<para>is a system daemon for intercepting and logging kernel messages.</para>
-</listitem>
-</varlistentry>
-
-<varlistentry id="syslogd">
-<term><command>syslogd</command></term>
-<listitem>
-<indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
+<indexterm zone="ch-system-syslogng"><primary sortas="b-syslog-ng">syslog-ng</primary></indexterm>
<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>