Ignore:
Timestamp:
12/12/2004 02:25:10 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e61e328
Parents:
b1afd29
Message:

Tags and text corrections to the last merges from unstable.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/syslogng.xml

    rb1afd29 r33798c5  
    3333<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
    3434
    35 <para>Compile Syslog-ng:</para>
     35<para>Compile the package:</para>
    3636
    3737<screen><userinput>make</userinput></screen>
    3838
    39 <para>Now install it:</para>
     39<para>Install the package:</para>
    4040
    4141<screen><userinput>make install</userinput></screen>
     
    5656<screen><userinput>mkdir -p /etc/syslog-ng
    5757cat &gt; /etc/syslog-ng/syslog-ng.conf &lt;&lt; "EOF"
    58 # Begin /etc/syslog-ng/syslog-ng.conf
     58<literal># Begin /etc/syslog-ng/syslog-ng.conf
    5959
    6060options {       sync (0);
     
    127127log { source(src); destination(console_all); };
    128128
    129 # END /etc/syslog-ng/syslog-ng.conf
     129# END /etc/syslog-ng/syslog-ng.conf</literal>
    130130EOF</userinput></screen>
    131131
     
    139139</segmentedlist>
    140140
    141 <variablelist><title>Short descriptions</title>
     141<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
     142<?dbfo list-presentation="list"?>
    142143
    143144<varlistentry id="syslog-ng">
     
    145146<listitem>
    146147<indexterm zone="ch-system-syslogng"><primary sortas="b-syslog-ng">syslog-ng</primary></indexterm>
    147 <para>logs the messages that system programs
     148<para>Logs the messages that system programs
    148149offer for logging. Every logged message contains at least a date stamp and a
    149150hostname, and normally the program's name too, but that depends on how
Note: See TracChangeset for help on using the changeset viewer.