[Illumos-team] [OpenIndiana Distribution - Bug #1782] (Resolved) Illumos tzdata update
illumos project
devnull at illumos.org
Mon Jan 16 20:26:52 UTC 2012
Issue #1782 has been updated by Jon Tibble.
Status changed from New to Resolved
Target version set to oi_151_stable
Integrated into prestable0
----------------------------------------
Bug #1782: Illumos tzdata update
https://www.illumos.org/issues/1782
Author: Michael Kosarev
Status: Resolved
Priority: High
Assignee: OI illumos
Category: OS/Net (Kernel and Userland)
Target version: oi_151_stable
Difficulty: Bite-size
Tags: needs-triage
Illumos has very old tzdata, same as OI151. Please update at least European tzdata, because otherwise all Russian users of OI get mad with crazy time in OI.
Here is script for quick tzdata update:
#!/bin/sh
# Disallow winter time for Moscow
echo "Disable winter time for Moscow"
sleep 3
mkdir ./temp1
cd ./temp1
wget http://tx-us.lunar-linux.org/lunar/mirrors/tzdata2011n.tar.gz
tar xzf tzdata2011n.tar.gz
zic europe
cd ..
rm -rf ./temp1
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the Illumos-team
mailing list