Code: Select all
kurak ~ # cat /etc/conf.d/clock | grep localtime
CLOCK="/etc/localtime"Code: Select all
/etc/localtimeCode: Select all
/usr/share/zoneinfo/PolandModerator: SlashBeast
Code: Select all
kurak ~ # cat /etc/conf.d/clock | grep localtime
CLOCK="/etc/localtime"Code: Select all
/etc/localtimeCode: Select all
/usr/share/zoneinfo/PolandCode: Select all
kurak ~ # cat /etc/conf.d/clock
# /etc/conf.d/clock
# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time). If your clock is set to the local time, then
# set CLOCK to "local". Note that if you dual boot with Windows, then
# you should set it to "local".
CLOCK="/etc/localtime"
# If you wish to pass any other arguments to hwclock during bootup,
# you may do so here.
CLOCK_OPTS=""
# If you want to set the Hardware Clock to the current System Time
# during shutdown, then say "yes" here.
CLOCK_SYSTOHC="yes"
### ALPHA SPECIFIC OPTIONS ###
# If your alpha uses the SRM console, set this to "yes".
SRM="no"
# If your alpha uses the ARC console, set this to "yes".
ARC="no"Code: Select all
CLOCK="/etc/localtime"Code: Select all
CLOCK="local"