FS#13241 - Use "localtime" instead of "local".
Attached to Project:
Release Engineering
Opened by Alexander De Sousa (Aphanic) - Thursday, 12 February 2009, 13:22 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Sunday, 22 February 2009, 20:12 GMT
Opened by Alexander De Sousa (Aphanic) - Thursday, 12 February 2009, 13:22 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Sunday, 22 February 2009, 20:12 GMT
|
Details
After performing an installation selecting local time
instead of UTC now rc.conf gets updated with "local" instead
of "localtime".
I don't know if it's really important for something (for example in rc.sysinit it only appears in "else"'s branches so nothing to worry about there). HARDWARECLOCK="local" instead of HARDWARECLOCK="localtime". 2 patches attached, if you need any. |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
Sunday, 22 February 2009, 20:12 GMT
Reason for closing: Fixed
Sunday, 22 February 2009, 20:12 GMT
Reason for closing: Fixed
localtime.patch
if [ "$HARDWARECLOCK" = "UTC" ]; then
HWCLOCK_PARAMS="$HWCLOCK_PARAMS --utc"
else
HWCLOCK_PARAMS="$HWCLOCK_PARAMS --localtime"
fi
like you said, if it's only used there, we don't need to worry.
Anyone knows if it is used elsewhere?
We should still fix it to say "localtime", but it's harmless.
closing this ticket because archlinux-installer is being deprecated.