home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / slackwar / a / util / util-lin.2 / util-lin / util-linux-2.2 / example.files / syslog.conf.alt < prev    next >
Encoding:
Text File  |  1995-02-22  |  638 b   |  23 lines

  1. # Log all kernel messages to the console.
  2. # Logging much else clutters up the screen.
  3. kern.*                            /dev/console
  4. #kern.*                            /dev/cua1
  5.  
  6. # Log anything (except mail) of level info or higher.
  7. # Don't log private authentication messages!
  8. *.info;mail.none;authpriv.none                /var/adm/messages
  9.  
  10. # The authpriv file has restricted access.
  11. authpriv.*                        /var/adm/secure
  12.  
  13. # Log all the mail messages in one place.
  14. mail.*                            /var/adm/maillog
  15.  
  16. # Everybody gets emergency messages, plus log them on another
  17. # machine.
  18. *.emerg                            *
  19.  
  20. # Save mail and news errors of level err and higher in a
  21. # special file.
  22. uucp,news.crit                        /var/adm/spooler
  23.