Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How's the openrc update going for everyone?
Date: Wed, 11 May 2011 16:55:43
Message-Id: 4DCABF2D.1090307@gmail.com
In Reply to: [gentoo-user] Re: How's the openrc update going for everyone? by Nikos Chantziaras
1 Nikos Chantziaras wrote:
2 > On 05/11/2011 06:53 PM, Nikos Chantziaras wrote:
3 >> On 05/11/2011 06:42 PM, Dale wrote:
4 >>> That was quick:
5 >>>
6 >>> root@fireball / # grep LC_ALL /etc/env.d/*
7 >>> root@fireball / #
8 >>>
9 >>> Guess that is not in env.d anywhere. :/
10 >>
11 >> Then I guess you can create it on your own. See:
12 >>
13 >> http://www.gentoo.org/doc/en/guide-localization.xml#doc_chap3
14 >
15 > Heh, according to the guide I linked to, setting LC_ALL is a bad idea
16 > :-D So I guess the grep should have been:
17 >
18 > grep LANG /etc/env.d/*
19 >
20 > And the contents of 02locale (or something else in case the grep above
21 > finds some other *locale file) should be:
22 >
23 > LANG="en_US.UTF-8"
24 > LC_COLLATE="C"
25 >
26 >
27 >
28
29 I think something has changed. This is Gentoo after all. Things are
30 always being changed, usually for the better. This is funny tho:
31
32 root@fireball / # grep LANG /etc/env.d/*
33 root@fireball / #
34
35 Then I get this:
36
37 root@fireball / # locale -a
38 C
39 POSIX
40 en_US
41 en_US.iso88591
42 en_US.utf8
43 root@fireball / # locale
44 LANG=
45 LC_CTYPE="POSIX"
46 LC_NUMERIC="POSIX"
47 LC_TIME="POSIX"
48 LC_COLLATE="POSIX"
49 LC_MONETARY="POSIX"
50 LC_MESSAGES="POSIX"
51 LC_PAPER="POSIX"
52 LC_NAME="POSIX"
53 LC_ADDRESS="POSIX"
54 LC_TELEPHONE="POSIX"
55 LC_MEASUREMENT="POSIX"
56 LC_IDENTIFICATION="POSIX"
57 LC_ALL=
58 root@fireball / #
59
60
61 I'm trying to work through the guides but it's difficult to undo
62 something then redo it.
63
64 < me thinking > Be careful I may sling a rod or something.
65
66 Dale
67
68 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Re: How's the openrc update going for everyone? Mike Edenfield <kutulu@××××××.org>