Changeset 36a16cf in clfs-sysroot for BOOK/final-system/common/sysklogd.xml


Ignore:
Timestamp:
Nov 7, 2006, 4:57:02 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
79c363e
Parents:
4f85e0f
Message:

Updated /etc/syslog.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/sysklogd.xml

    r4f85e0f r36a16cf  
    5858    </indexterm>
    5959
    60     <para>Create a new <filename>/etc/syslog.conf</filename> file by running
     60    <para>Create a new <filename>${CLFS}/etc/syslog.conf</filename> file by running
    6161    the following:</para>
    6262
    6363<screen><userinput>cat &gt; ${CLFS}/etc/syslog.conf &lt;&lt; "EOF"
    64 <literal># Begin /etc/syslog.conf
     64# Begin /etc/syslog.conf
    6565
    66 auth,authpriv.*                 -/var/log/auth.log
    67 *.*;auth,authpriv.none          -/var/log/sys.log
    68 daemon.*                        -/var/log/daemon.log
    69 kern.*                          -/var/log/kern.log
    70 mail.*                          -/var/log/mail.log
    71 user.*                          -/var/log/user.log
    72 *.=info;*.=notice;*.=warn;
    73 auth,authpriv.none;
    74 cron,daemon.none;
    75 mail,news.none                  -/var/log/messages.log
    76 
    77 *.emerg                         *
     66auth,authpriv.*                                 -/var/log/auth.log
     67*.*;auth,authpriv.none                          -/var/log/sys.log
     68daemon.*                                        -/var/log/daemon.log
     69kern.*                                          -/var/log/kern.log
     70mail.*                                          -/var/log/mail.log
     71user.*                                          -/var/log/user.log
     72*.info;mail.none;authpriv.none;cron.none        -/var/log/messages
     73*.emerg                                         *
    7874
    7975# log the bootscript output:
    80 local2.* -/var/log/boot.log
     76local2.*                                        -/var/log/boot.log
    8177
    82 # End /etc/syslog.conf</literal>
     78# End /etc/syslog.conf
    8379EOF</userinput></screen>
    8480
Note: See TracChangeset for help on using the changeset viewer.