home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / sysconfig / syslog < prev    next >
Text File  |  2006-11-29  |  872b  |  42 lines

  1. ## Path:        System/Logging
  2. ## Description:        System logging
  3. ## Type:        list(0,1,2,3,4,5,6,7)
  4. ## Default:        1
  5. ## Config:        ""
  6. ## ServiceRestart:    syslog
  7. #
  8. # Default loglevel for klogd
  9. #
  10. KERNEL_LOGLEVEL=1
  11.  
  12. ## Type:        string
  13. ## Default:        ""
  14. ## Config:        ""
  15. ## ServiceRestart:    syslog
  16. #
  17. # if not empty: parameters for syslogd
  18. # for example SYSLOGD_PARAMS="-r -s my.dom.ain"
  19. #
  20. SYSLOGD_PARAMS=""
  21.  
  22. ## Type:        string
  23. ## Default:        -x
  24. ## Config:        ""
  25. ## ServiceRestart:    syslog
  26. #
  27. # if not empty: parameters for klogd
  28. # for example KLOGD_PARAMS="-x" to avoid (duplicate) symbol resolution
  29. #
  30. KLOGD_PARAMS="-x"
  31.  
  32. ## Type:        list(syslogd,syslog-ng)
  33. ## Default:        syslogd
  34. ## Config:        syslog-ng
  35. ## Command:        /sbin/rcsyslog restart
  36. ## PreSaveCommand:    /sbin/rcsyslog status && /sbin/rcsyslog stop
  37. #
  38. # The name of the syslog daemon used as
  39. # syslog service: "syslogd", "syslog-ng"
  40. #
  41. SYSLOG_DAEMON="syslogd"
  42.