Changeset 7d8fb5f


Ignore:
Timestamp:
09/14/2004 04:14:37 AM (20 years ago)
Author:
Jim Gifford <jim@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
366c340
Parents:
f077d7b
Message:

Fixes for syslog-ng.conf

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf077d7b r7d8fb5f  
    9595</listitem>
    9696
     97<listitem><para>September 13th, 2004 [jim]: Correct syslog-ng.conf entries.
     98</para></listitem>
     99
    97100<listitem><para>September 12th, 2004 [jeremy]: Added Zlib Security Patch,
    98101fixing bug 899 for unstable.</para></listitem>
  • chapter06/syslogng.xml

    rf077d7b r7d8fb5f  
    9999filter f_news { facility(news); };
    100100filter f_user { facility(user); };
    101 filter f_uucp { facility(cron); };
    102 filter f_news { facility(news); };
     101filter f_uucp { facility(uucp); };
    103102filter f_debug { not facility(auth, authpriv, news, mail); };
    104103filter f_messages { level(info..warn) and not facility(auth, authpriv, mail, news); };
     
    133132</sect2>
    134133
    135 
    136134<sect2 id="contents-syslogng" role="content"><title>Contents of Syslog-ng</title>
    137135
     
    141139</segmentedlist>
    142140
    143 <!--
    144141<variablelist><title>Short descriptions</title>
    145142
    146 <varlistentry id="klogd">
    147 <term><command>klogd</command></term>
     143<varlistentry id="syslog-ng">
     144<term><command>syslog-ng</command></term>
    148145<listitem>
    149 <indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
    150 <para>is a system daemon for intercepting and logging kernel messages.</para>
    151 </listitem>
    152 </varlistentry>
    153 
    154 <varlistentry id="syslogd">
    155 <term><command>syslogd</command></term>
    156 <listitem>
    157 <indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
     146<indexterm zone="ch-system-syslogng"><primary sortas="b-syslog-ng">syslog-ng</primary></indexterm>
    158147<para>logs the messages that system programs
    159148offer for logging. Every logged message contains at least a date stamp and a
     
    161150trusting the logging daemon is told to be.</para>
    162151</listitem>
     152
    163153</varlistentry>
    164154</variablelist>
    165 -->
    166155
    167156</sect2>
  • general.ent

    rf077d7b r7d8fb5f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20040912">
    3 <!ENTITY releasedate "September 12, 2004">
     2<!ENTITY version "SVN-20040913">
     3<!ENTITY releasedate "September 13, 2004">
    44<!ENTITY milestone "6.1">
    55
Note: See TracChangeset for help on using the changeset viewer.