http://qa.mandrakesoft.com/show_bug.cgi?id=5751
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WORKSFORME |
------- Additional Comments From [EMAIL PROTECTED] 2003-11-01 16:05 -------
After seeing someone on MandrakeClub Forum with the same bug I have managed to
replicate it.
It happens if you use the NTP wizard in drakwizard to set the timezone.
With drakwizard-2.5.1 line 200 in /usr/lib/perl5/vendor_perl/5.8.
1/MDK/Wizard/Ntp.pm
reads
MDK::Common::cp_af("/usr/share/zoneinfo/$ENV{wiz_timezone}",
"/etc/localtime");
This line is supposed to copy the selected file from /usr/share/zoneinfo to
/etc/localtime Instead it copies the entire directory.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
I am running 9.2RC2 updated to current Cooker (16th Sept)
My Computer time always displays in UTC regardless of TimeZone setting in
Mandrake Control Centre. I tracked the problem down to the file /etc/localtime
being missing in 9.2 Instead there is a directory called /etc/localtime
containing time zone info for different regions.
If I rename the /etc/localtime directory and copy the file inside for
Europe/London to /etc/localtime, then it all works and my clock is displayed
correctly.