aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-09-27 13:07:05 -0400
committerBill Nottingham <notting@redhat.com>2010-09-27 13:07:24 -0400
commit86ad132f54e57d87707febf7ee06003e65ce54c0 (patch)
treec0f31b249f351c70811657b8d2797a9b6b572d1e /sysconfig.txt
parentfc177a07b7210c9f66f7881b2b7dd93611315867 (diff)
downloadinitscripts-86ad132f54e57d87707febf7ee06003e65ce54c0.tar
initscripts-86ad132f54e57d87707febf7ee06003e65ce54c0.tar.gz
initscripts-86ad132f54e57d87707febf7ee06003e65ce54c0.tar.bz2
initscripts-86ad132f54e57d87707febf7ee06003e65ce54c0.tar.xz
initscripts-86ad132f54e57d87707febf7ee06003e65ce54c0.zip
Adjust clock docs (#637058)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt22
1 files changed, 9 insertions, 13 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 2ce9a59c..e3486bbf 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -58,34 +58,30 @@ Generic options:
/etc/sysconfig/clock:
+ Current releases use the third parameter in the /etc/adjtime
+ file (either 'UTC' or 'LOCAL') to determine whether the hwclock
+ is in UTC or localtime.
+
+ ZONE="filename" indicates the zonefile under /usr/share/zoneinfo
+ that /etc/localtime is a copy of, for example:
+ ZONE="US/Eastern"
+
deprecated values from earlier releases:
CLOCKMODE=GMT indicates that the clock is set to UTC
CLOCKMODE=ARC on alpha only indicates the ARC console's
42-year time offset is in effect
-
- currently correct values:
-
UTC=true,yes
Indicates that the hardware clock is set to UTC.
UTC=no,false
Indicates that the hardware clock is set to Local Time.
-
- Not having UTC set defaults to the last used (if recorded
- in the adjtime file), or to localtime, if not adjtime file
- exists.
-
ARC=true on alpha only indicates the ARC console's
42-year time offset is in effect; otherwise the normal
Unix epoch is assumed.
SRM=true on alpha only indicates the SRM 1900 epoch is in
effect; otherwise the normal Unix epoch is assumed.
-
- ZONE="filename" indicates the zonefile under /usr/share/zoneinfo
- that /etc/localtime is a copy of, for example:
- ZONE="US/Eastern"
-
+
/etc/sysconfig/desktop:
DESKTOP=GNOME|KDE
This determines the default desktop for new users.