home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 4 / hacker04 / 04_HACK04.ISO / darwin / darwinx86.iso / private / etc / syslog.conf < prev    next >
Encoding:
Text File  |  2001-09-17  |  486 b   |  15 lines

  1. *.err;kern.*;auth.notice;authpriv,remoteauth.none;mail.crit        /dev/console
  2. *.notice;*.info;authpriv,remoteauth,ftp.none;kern.debug;mail.crit    /var/log/system.log
  3.  
  4. # The authpriv log file should be restricted access; these
  5. # messages shouldn't go to terminals or publically-readable
  6. # files.
  7. authpriv.*;remoteauth.crit                /var/log/secure.log
  8.  
  9. lpr.info                        /var/log/lpr.log
  10. mail.*                            /var/log/mail.log
  11. ftp.*                            /var/log/ftp.log
  12. netinfo.err                        /var/log/netinfo.log
  13.  
  14. *.emerg                            *
  15.