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.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / sysconfig / clock < prev    next >
Text File  |  2006-12-18  |  996b  |  33 lines

  1. ## Path:        System/Environment/Clock
  2. ## Description:        Information about your timezone and time
  3. ## Type:        string
  4. ## ServiceRestart:    boot.clock
  5. #
  6. # Set to "-u" if your system clock is set to UTC, and to "--localtime"
  7. # if your clock runs that way.
  8. #
  9. HWCLOCK="--localtime"
  10.  
  11. ## Type:        yesno
  12. ## Default:        yes
  13. ## Description: Write back system time to the hardware clock
  14. #
  15. # Is set to "yes" write back the system time to the hardware
  16. # clock at reboot or shutdown. Usefull if hardware clock is
  17. # much more inaccurate than system clock.  Set to "no" if
  18. # system time does it wrong due e.g. missed timer interrupts.
  19. # If set to "no" the hardware clock adjust feature is also
  20. # skipped because it is rather useless without writing back
  21. # the system time to the hardware clock.
  22. #
  23. SYSTOHC="yes"
  24.  
  25. ## Type:        string(Europe/Berlin,Europe/London,Europe/Paris)
  26. ## ServiceRestart:    boot.clock
  27. #
  28. # Timezone (e.g. CET)
  29. # (this will set /usr/lib/zoneinfo/localtime)
  30. #
  31. TIMEZONE="US/Eastern"
  32. DEFAULT_TIMEZONE="US/Eastern"
  33.