home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20101108.etc.tar.gz / bradford.20101108.etc.tar / etc / sysconfig / syslog < prev    next >
Text File  |  2008-10-23  |  2KB  |  77 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="syslog-ng"
  42.  
  43. ## Type:           yesno
  44. ## Default:        yes
  45. ## Config:         syslog-ng
  46. ## ServiceRestart: syslog
  47. #
  48. # If you don't want to let SuSEconfig generate your
  49. # syslog-ng configuration file, set this to "no".
  50. #
  51. # SuSEconfig is using a template configuration file
  52. #       /etc/syslog-ng/syslog-ng.in
  53. # you can adopt it to your needs instead...
  54. #
  55. SYSLOG_NG_CREATE_CONFIG="yes"
  56.  
  57. ## Type:           string
  58. ## Default:        ""
  59. ## Config:         ""
  60. ## ServiceRestart: syslog
  61. #
  62. # Parameters for Syslog New-Generation - see syslog-ng(8)
  63. #
  64. SYSLOG_NG_PARAMS=""
  65. ## Type: string
  66. ## Default: "/var/lib/named/dev/log"
  67. ## ServiceRestart: syslog
  68. ## Config: syslog-ng
  69. #
  70. # The filename mentioned here will be added with the "-a ..." option as
  71. # additional socket via SYSLOGD_PARAMS when syslogd is started.
  72. #
  73. # This additional socket is needed in case that syslogd is restarted. Otherwise
  74. # a chrooted 'named' or 'lwresd' won't be able to continue logging.
  75. #
  76. SYSLOGD_ADDITIONAL_SOCKET_NAMED="/var/lib/named/dev/log"
  77.