Parcourir la source

Fixes for syslog-ng.conf

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jim Gifford il y a 21 ans
Parent
commit
7d8fb5f3a3
3 fichiers modifiés avec 10 ajouts et 18 suppressions
  1. 3 0
      chapter01/changelog.xml
  2. 5 16
      chapter06/syslogng.xml
  3. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

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

+ 5 - 16
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>
 

+ 2 - 2
general.ent

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