Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
Date: Wed, 11 Feb 2009 09:02:55
Message-Id: E1LXAzd-0004Iz-Dt@stork.gentoo.org
1 nightmorph 09/02/11 09:02:53
2
3 Modified: guide-localization.xml
4 Log:
5 updated TZ stuff for bug 250717
6
7 Revision Changes Path
8 1.51 xml/htdocs/doc/en/guide-localization.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.51&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.51&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.50&r2=1.51
13
14 Index: guide-localization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
17 retrieving revision 1.50
18 retrieving revision 1.51
19 diff -u -r1.50 -r1.51
20 --- guide-localization.xml 30 Nov 2008 11:28:59 -0000 1.50
21 +++ guide-localization.xml 11 Feb 2009 09:02:53 -0000 1.51
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.50 2008/11/30 11:28:59 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.51 2009/02/11 09:02:53 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/guide-localization.xml">
29 @@ -22,6 +22,9 @@
30 <author title="Editor">
31 <mail link="flammie@g.o">Flammie Pirinen</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="nightmorph"/>
35 +</author>
36
37 <abstract>
38 This guide should help users localize their Gentoo Linux distribution to any
39 @@ -29,8 +32,8 @@
40 the German doc. Includes configuration for use of the euro currency symbol.
41 </abstract>
42
43 -<version>1.38</version>
44 -<date>2008-11-30</date>
45 +<version>1.39</version>
46 +<date>2009-02-11</date>
47
48 <chapter>
49 <title>Time zone</title>
50 @@ -49,6 +52,9 @@
51 <pre caption="Setting the timezone information">
52 # <i>ls /usr/share/zoneinfo</i>
53 <comment>(Suppose you want to use Brussels)</comment>
54 +<comment>(First copy the proper zone to localetime)</comment>
55 +# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
56 +<comment>(Now specify your timezone)</comment>
57 # <i>nano -w /etc/conf.d/clock</i>
58 TIMEZONE="Europe/Brussels"