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.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / sysconfig / ntp < prev    next >
Text File  |  2007-02-24  |  3KB  |  81 lines

  1. ## Path:           Network/NTP
  2. ## Description:    Network Time Protocol (NTP) server settings
  3. ## Type:           string
  4. ## Default:        AUTO-2
  5. ## ServiceRestart: ntp
  6. #
  7. # Usually it's a good idea to get the current time and date
  8. # from some other ntp server, before the local ntpd is started.
  9. # - Set NTPD_INITIAL_NTPDATE="AUTO" to query ALL servers listed 
  10. #   in the configuration file (/etc/ntp.conf).
  11. # - Set NTPD_INITIAL_NTPDATE="AUTO-{NUMBER}" to query the first {NUMBER}
  12. #   servers listed in the configuration file. E.g. "AUTO-2".
  13. # Otherwise provide a space-separated list of ntp servers to query, or
  14. # set NTPD_INITIAL_NTPDATE="" to do no initial query at all.
  15. #
  16. NTPD_INITIAL_NTPDATE="AUTO-2"
  17.  
  18. ## Type:           yesno
  19. ## Default:        no
  20. ## ServiceRestart: ntp
  21. #
  22. # When ntpd is running, the kernel automatically updates CMOS every 13 minutes
  23. # to match the system time. However, the updates can only work when time is off
  24. # by less than +-15 minutes. There are machines that don't keep the time all
  25. # that well when turned off. If you run one of those you can have ntp set
  26. # the CMOS clock after setting the initial date with ntpdate
  27. NTPD_ADJUST_CMOS_CLOCK="no"
  28.  
  29.  
  30. ## Type:           string
  31. ## Default:        "-u ntp"
  32. #
  33. # Additional arguments when starting ntpd. The most
  34. # important ones would be
  35. # -u user[:group]   to make ntpd run as a user (group) other than root.
  36. #
  37. NTPD_OPTIONS="-u ntp"
  38.  
  39. ## Type:           yesno
  40. ## Default:        yes
  41. ## ServiceRestart: ntp
  42. #
  43. # Shall the time server ntpd run in the chroot jail /var/lib/ntp?
  44. #
  45. # Each time you start ntpd with the init script, /etc/ntp.conf will be
  46. # copied to /var/lib/ntp/etc/.
  47. # The pid file will be in /var/lib/ntp/var/run/ntpd.pid. 
  48. #
  49. NTPD_RUN_CHROOTED="yes"
  50.  
  51. ## Type:           string
  52. ## Default:        ""
  53. ## ServiceRestart: ntp
  54. #
  55. # If the time server ntpd runs in the chroot jail these files will be
  56. # copied to /var/lib/ntp/ besides the default of /etc/{localtime,ntp.conf}
  57. #
  58. NTPD_CHROOT_FILES=""
  59.  
  60. ## Type:           string(/dev/refclock-0,/dev/refclock-1,/dev/refclock-2,/dev/refclock-3)
  61. ## Default:        ""
  62. ## ServiceRestart: ntp
  63. #
  64. # Parse driver symlink
  65. # For more information see the ntp documentation in the package xntp-doc
  66. # /usr/share/doc/packages/xntp-doc/drivers/driver8.html
  67. #
  68. NTP_PARSE_LINK=""
  69.  
  70. ## Type:           string
  71. ## Default:        ""
  72. ## ServiceRestart: ntp
  73. #
  74. # Parse driver device
  75. # For more information see the ntp documentation in the package xntp-doc
  76. # /usr/share/doc/packages/xntp-doc/drivers/driver8.html
  77. #
  78. NTP_PARSE_DEVICE=""
  79.