Fixes for syslog-ng.conf

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jim Gifford 2004-09-14 04:14:37 +00:00
parent f077d7b6d9
commit 7d8fb5f3a3
3 changed files with 10 additions and 18 deletions

View File

@ -94,6 +94,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>September 13th, 2004 [jim]: Correct syslog-ng.conf entries.
</para></listitem>
<listitem><para>September 12th, 2004 [jeremy]: Added Zlib Security Patch,
fixing bug 899 for unstable.</para></listitem>

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20040912">
<!ENTITY releasedate "September 12, 2004">
<!ENTITY version "SVN-20040913">
<!ENTITY releasedate "September 13, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">