Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: guide-localization.xml
Date: Fri, 25 Nov 2005 20:36:10
Message-Id: 200511252036.jAPKa2Rx027731@robin.gentoo.org
1 jkt 05/11/25 20:36:02
2
3 Modified: xml/htdocs/doc/en guide-localization.xml
4 Log:
5 #110038, "Do not symlink /etc/localtime, copy the file instead"
6
7 Revision Changes Path
8 1.33 +5 -5 xml/htdocs/doc/en/guide-localization.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo
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.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- guide-localization.xml 24 Sep 2005 13:06:18 -0000 1.32
21 +++ guide-localization.xml 25 Nov 2005 20:36:01 -0000 1.33
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.32 2005/09/24 13:06:18 flammie Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.33 2005/11/25 20:36:01 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/guide-localization.xml">
29 @@ -29,8 +29,8 @@
30 the German doc. Includes configuration for use of the euro currency symbol.
31 </abstract>
32
33 -<version>1.23</version>
34 -<date>2005-09-24</date>
35 +<version>1.24</version>
36 +<date>2005-11-25</date>
37
38 <chapter>
39 <title>Time zone</title>
40 @@ -38,7 +38,7 @@
41 <body>
42
43 <p>
44 -In order to keep time properly, <path>/etc/localtime</path> must point to the
45 +In order to keep time properly, <path>/etc/localtime</path> must contain the
46 correct time zone data file. Look around in <path>/usr/share/zoneinfo/</path>
47 and pick your timezone or a near-by big city. Please avoid the
48 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
49 @@ -46,7 +46,7 @@
50 </p>
51
52 <pre caption="setting the timezone">
53 -# <i>ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
54 +# <i>cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
55 # <i>date</i>
56 Sun Feb 16 08:26:44 CET 2003
57 </pre>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list