Guest User

Untitled

a guest
Jan 25th, 2011
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. # /etc/conf.d/clock
  2.  
  3. # Set CLOCK to "UTC" if your hardware clock is set to UTC (also known as
  4. # Greenwich Mean Time). If that clock is set to the local time, then
  5. # set CLOCK to "local".
  6. # Note that if you dual boot with Windows, then you should set it to
  7. # "local" because Windows always sets the hardware clock to local time.
  8.  
  9. CLOCK="UTC"
  10.  
  11. # Select the proper timezone. For valid values, peek inside of the
  12. # /usr/share/zoneinfo/ directory. For example, some common values are
  13. # "America/New_York" or "EST5EDT" or "Europe/Berlin". If you want to
  14. # manage /etc/localtime yourself, set this to "".
  15.  
  16. #TIMEZONE="Factory"
  17.  
  18. # If you wish to pass any other arguments to hwclock during bootup,
  19. # you may do so here.
  20.  
  21. CLOCK_OPTS=""
  22.  
  23. # If you want to set the Hardware Clock to the current System Time (software
  24. # clock) during shutdown, then say "yes" here.
  25.  
  26. CLOCK_SYSTOHC="no"
  27.  
  28.  
  29. ### ALPHA SPECIFIC OPTIONS ###
  30.  
  31. # If your alpha uses the SRM console, set this to "yes".
  32. SRM="no"
  33.  
  34. # If your alpha uses the ARC console, set this to "yes".
  35. ARC="no"
Advertisement
Add Comment
Please, Sign In to add comment