diff options
| author | Roy Marples <roy@marples.name> | 2007-09-24 11:29:05 +0000 | 
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-09-24 11:29:05 +0000 | 
| commit | 71e0d9e37184a5993c8cc406f230c176f14e08fc (patch) | |
| tree | e1059a6693f23fd13146cd8b1f4b2f524dff9996 | |
| parent | 3e3b54ceed2ca19cb4487e4e0d3c4351e7e1fb75 (diff) | |
| download | openrc-71e0d9e37184a5993c8cc406f230c176f14e08fc.tar.xz | |
Default timezone to Factory
| -rw-r--r-- | conf.d/clock | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/conf.d/clock b/conf.d/clock index bac057c0..6ce7e107 100644 --- a/conf.d/clock +++ b/conf.d/clock @@ -14,5 +14,5 @@ CLOCK_SYSTOHC="no"  # /usr/share/zoneinfo/ directory.  For example, some common values are  # "America/New_York" or "EST5EDT" or "Europe/Berlin".  If you want to  # manage /etc/localtime yourself, set this to "". -#TIMEZONE="Factory" +TIMEZONE="Factory" | 
