From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQyno-000305-67 for garchives@archives.gentoo.org; Mon, 30 May 2011 09:30:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E79701C092; Mon, 30 May 2011 09:29:01 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 92C071C092 for ; Mon, 30 May 2011 09:29:01 +0000 (UTC) Received: by fxm8 with SMTP id 8so2972322fxm.40 for ; Mon, 30 May 2011 02:29:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=AtVDZx9ZFaMywrHmm5XXXcsvFvmy2X88Jxohkxy0Cek=; b=VzSvLWNPecoj/6dCwuLgbZtHzC8NoDaXbnOPvdg3TP4PZM8NoCWe2Tk8shmlcxGdrl 0alFzDu6z5NRkAC0NOJKnm/LSDi+8BbhMYZS1g11b51YcqkOBXEiHEUIf1JndGMl+kB7 Ul3augSoFp0BIW2AV0Utrp2+G2AV3KOG5uH50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; b=dfskniMBNWQFfBvPMdCUZLDYo0dxjVFLHP69w+7EBc+Flzoi9lifA40ubuh/ZzIlB8 0DZqYSxcBNoFB8XYdTGasmMLiW+mENQG9dlf1LGDO1Agx7vOcRqgUdqw8KOIXv3Hnhjk bjANFrK1he2i0UpZ9anjytKtGjk2P0gIO3T6s= Received: by 10.223.144.136 with SMTP id z8mr5326873fau.31.1306747740765; Mon, 30 May 2011 02:29:00 -0700 (PDT) Received: from localhost (pD9E424D0.dip.t-dialin.net [217.228.36.208]) by mx.google.com with ESMTPS id e16sm659502fak.41.2011.05.30.02.28.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 May 2011 02:28:59 -0700 (PDT) Date: Mon, 30 May 2011 11:28:54 +0200 From: Henry Gebhardt To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] time issue Message-ID: <20110530092854.GA1864@bimsstein> References: <4DE35C0F.4050700@binarywings.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4DE35C0F.4050700@binarywings.net> User-Agent: Mutt/1.5.21 (2010-09-15) Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9e1f217dfe68b40713d13f12263515f9 On Mon, May 30, 2011 at 10:57:51AM +0200, Florian Philipp wrote: > Am 30.05.2011 10:15, schrieb Andr=C3=A1s Cs=C3=A1nyi: >=20 > The localization guide seems to be in a poor state. Copying the zoneinf= o > file from /usr/share... to /etc/localtime is not the best way to do it > because then you miss updates. It is better to create a symlink between > the two. Copying is just fine. The timezone-data ebuild will update /etc/localtime for you on the next update, and replace the symlink if you have one there. The reason, IIRC, being that /usr might not yet be mounted during early boot. H