|
@@ -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>
|
|
|
|