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 1QKBto-0003Yt-0u for garchives@archives.gentoo.org; Wed, 11 May 2011 16:04:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A986D1C028; Wed, 11 May 2011 16:03:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79D151C028 for ; Wed, 11 May 2011 16:03:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0F0511BC032 for ; Wed, 11 May 2011 16:03:11 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.855 X-Spam-Level: X-Spam-Status: No, score=-2.855 required=5.5 tests=[AWL=-0.256, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SNzLnX7Y1uPA for ; Wed, 11 May 2011 16:03:03 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 9B52A1BC0CF for ; Wed, 11 May 2011 16:02:56 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QKBsD-0006qi-TQ for gentoo-user@gentoo.org; Wed, 11 May 2011 18:02:53 +0200 Received: from athedsl-372788.home.otenet.gr ([79.131.8.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 18:02:53 +0200 Received: from realnc by athedsl-372788.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 18:02:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: How's the openrc update going for everyone? Date: Wed, 11 May 2011 19:02:32 +0300 Organization: Lucas Barks Message-ID: References: <4DC9B435.9010308@gmail.com> <4DC9BF0A.6040800@wonkology.org> <4DC9C5F0.4000303@gmail.com> <20110511003835.71388717@zaphod.digimed.co.uk> <4DC9CF35.7010503@gmail.com> <4DCA821F.8050904@gmail.com> <4DCA91D1.50505@gmail.com> <4DCAAE6E.9030809@gmail.com> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-372788.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110430 Thunderbird/3.1.10 In-Reply-To: X-Archives-Salt: X-Archives-Hash: a69293aff196892513c9127f9d37f851 On 05/11/2011 06:53 PM, Nikos Chantziaras wrote: > On 05/11/2011 06:42 PM, Dale wrote: >> That was quick: >> >> root@fireball / # grep LC_ALL /etc/env.d/* >> root@fireball / # >> >> Guess that is not in env.d anywhere. :/ > > Then I guess you can create it on your own. See: > > http://www.gentoo.org/doc/en/guide-localization.xml#doc_chap3 Heh, according to the guide I linked to, setting LC_ALL is a bad idea :-D So I guess the grep should have been: grep LANG /etc/env.d/* And the contents of 02locale (or something else in case the grep above finds some other *locale file) should be: LANG="en_US.UTF-8" LC_COLLATE="C"