Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-kernel.xml hb-install-arm-kernel.xml hb-install-config.xml hb-install-hppa-kernel.xml hb-install-ia64-kernel.xml hb-install-mips-kernel.xml hb-install-ppc-kernel.xml hb-install-ppc64-kernel.xml hb-install-sparc-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Tue, 15 May 2007 13:21:01
Message-Id: E1Hnwkf-0003yj-Ms@stork.gentoo.org
1 neysx 07/05/15 13:07:41
2
3 Modified: hb-install-alpha-kernel.xml
4 hb-install-arm-kernel.xml hb-install-config.xml
5 hb-install-hppa-kernel.xml
6 hb-install-ia64-kernel.xml
7 hb-install-mips-kernel.xml
8 hb-install-ppc-kernel.xml
9 hb-install-ppc64-kernel.xml
10 hb-install-sparc-kernel.xml
11 hb-install-x86+amd64-kernel.xml
12 Log:
13 #178179 cp timezone file to /etc/localtime to prevent warning until next emerge of sys-libs/timezone-data
14
15 Revision Changes Path
16 1.39 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml
17
18 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.39&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.39&content-type=text/plain
20 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.38&r2=1.39
21
22 Index: hb-install-alpha-kernel.xml
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
25 retrieving revision 1.38
26 retrieving revision 1.39
27 diff -u -r1.38 -r1.39
28 --- hb-install-alpha-kernel.xml 7 May 2007 18:11:40 -0000 1.38
29 +++ hb-install-alpha-kernel.xml 15 May 2007 13:07:41 -0000 1.39
30 @@ -4,12 +4,12 @@
31 <!-- The content of this document is licensed under the CC-BY-SA license -->
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33
34 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.38 2007/05/07 18:11:40 nightmorph Exp $ -->
35 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.39 2007/05/15 13:07:41 neysx Exp $ -->
36
37 <sections>
38
39 -<version>8.0</version>
40 -<date>2007-05-07</date>
41 +<version>8.1</version>
42 +<date>2007-05-15</date>
43
44 <section>
45 <title>Timezone</title>
46 @@ -17,17 +17,17 @@
47
48 <p>
49 You first need to select your timezone so that your system knows where it is
50 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
51 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
52 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
53 +it to <path>/etc/localtime</path>. Please avoid the
54 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
55 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
56 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
57 +GMT+8.
58 </p>
59
60 <pre caption="Setting the timezone information">
61 # <i>ls /usr/share/zoneinfo</i>
62 <comment>(Suppose you want to use GMT)</comment>
63 -# <i>nano -w /etc/conf.d/clock</i>
64 -TIMEZONE="GMT"
65 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
66 </pre>
67
68 </body>
69
70
71
72 1.5 xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.5&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.5&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.4&r2=1.5
77
78 Index: hb-install-arm-kernel.xml
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
81 retrieving revision 1.4
82 retrieving revision 1.5
83 diff -u -r1.4 -r1.5
84 --- hb-install-arm-kernel.xml 7 May 2007 18:11:40 -0000 1.4
85 +++ hb-install-arm-kernel.xml 15 May 2007 13:07:41 -0000 1.5
86 @@ -4,12 +4,12 @@
87 <!-- The content of this document is licensed under the CC-BY-SA license -->
88 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
89
90 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.4 2007/05/07 18:11:40 nightmorph Exp $ -->
91 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.5 2007/05/15 13:07:41 neysx Exp $ -->
92
93 <sections>
94
95 -<version>8.0</version>
96 -<date>2007-05-07</date>
97 +<version>8.1</version>
98 +<date>2007-05-15</date>
99
100 <section>
101 <title>Timezone</title>
102 @@ -17,17 +17,17 @@
103
104 <p>
105 You first need to select your timezone so that your system knows where it is
106 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
107 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
108 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
109 +it to <path>/etc/localtime</path>. Please avoid the
110 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
111 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
112 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
113 +GMT+8.
114 </p>
115
116 <pre caption="Setting the timezone information">
117 # <i>ls /usr/share/zoneinfo</i>
118 <comment>(Suppose you want to use GMT)</comment>
119 -# <i>nano -w /etc/conf.d/clock</i>
120 -TIMEZONE="GMT"
121 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
122 </pre>
123
124 </body>
125
126
127
128 1.91 xml/htdocs/doc/en/handbook/hb-install-config.xml
129
130 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.91&view=markup
131 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.91&content-type=text/plain
132 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.90&r2=1.91
133
134 Index: hb-install-config.xml
135 ===================================================================
136 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
137 retrieving revision 1.90
138 retrieving revision 1.91
139 diff -u -r1.90 -r1.91
140 --- hb-install-config.xml 7 May 2007 18:11:40 -0000 1.90
141 +++ hb-install-config.xml 15 May 2007 13:07:41 -0000 1.91
142 @@ -4,7 +4,7 @@
143 <!-- The content of this document is licensed under the CC-BY-SA license -->
144 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
145
146 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.90 2007/05/07 18:11:40 nightmorph Exp $ -->
147 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.91 2007/05/15 13:07:41 neysx Exp $ -->
148
149 <sections>
150
151 @@ -14,8 +14,8 @@
152 proceed.
153 </abstract>
154
155 -<version>8.0</version>
156 -<date>2007-05-07</date>
157 +<version>8.1</version>
158 +<date>2007-05-15</date>
159
160 <section>
161 <title>Filesystem Information</title>
162 @@ -545,6 +545,14 @@
163 </p>
164
165 <p>
166 +You should define the timezone that you previously copied to
167 +<path>/etc/localtime</path> so that further upgrades of the
168 +<c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path>
169 +automatically. For instance, if you used the GMT timezone, you would add
170 +<c>TIMEZONE="GMT"</c>
171 +</p>
172 +
173 +<p>
174 When you're finished configuring <path>/etc/conf.d/clock</path>, save and
175 exit.
176 </p>
177
178
179
180 1.39 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml
181
182 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.39&view=markup
183 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.39&content-type=text/plain
184 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.38&r2=1.39
185
186 Index: hb-install-hppa-kernel.xml
187 ===================================================================
188 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
189 retrieving revision 1.38
190 retrieving revision 1.39
191 diff -u -r1.38 -r1.39
192 --- hb-install-hppa-kernel.xml 7 May 2007 18:11:41 -0000 1.38
193 +++ hb-install-hppa-kernel.xml 15 May 2007 13:07:41 -0000 1.39
194 @@ -4,12 +4,12 @@
195 <!-- The content of this document is licensed under the CC-BY-SA license -->
196 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
197
198 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.38 2007/05/07 18:11:41 nightmorph Exp $ -->
199 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.39 2007/05/15 13:07:41 neysx Exp $ -->
200
201 <sections>
202
203 -<version>8.0</version>
204 -<date>2007-05-07</date>
205 +<version>8.1</version>
206 +<date>2007-05-15</date>
207
208 <section>
209 <title>Timezone</title>
210 @@ -17,17 +17,17 @@
211
212 <p>
213 You first need to select your timezone so that your system knows where it is
214 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
215 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
216 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
217 +it to <path>/etc/localtime</path>. Please avoid the
218 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
219 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
220 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
221 +GMT+8.
222 </p>
223
224 <pre caption="Setting the timezone information">
225 # <i>ls /usr/share/zoneinfo</i>
226 <comment>(Suppose you want to use GMT)</comment>
227 -# <i>nano -w /etc/conf.d/clock</i>
228 -TIMEZONE="GMT"
229 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
230 </pre>
231
232 </body>
233
234
235
236 1.6 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
237
238 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.6&view=markup
239 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.6&content-type=text/plain
240 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.5&r2=1.6
241
242 Index: hb-install-ia64-kernel.xml
243 ===================================================================
244 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
245 retrieving revision 1.5
246 retrieving revision 1.6
247 diff -u -r1.5 -r1.6
248 --- hb-install-ia64-kernel.xml 7 May 2007 18:11:41 -0000 1.5
249 +++ hb-install-ia64-kernel.xml 15 May 2007 13:07:41 -0000 1.6
250 @@ -4,12 +4,12 @@
251 <!-- The content of this document is licensed under the CC-BY-SA license -->
252 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
253
254 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.5 2007/05/07 18:11:41 nightmorph Exp $ -->
255 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.6 2007/05/15 13:07:41 neysx Exp $ -->
256
257 <sections>
258
259 -<version>8.0</version>
260 -<date>2007-05-07</date>
261 +<version>8.1</version>
262 +<date>2007-05-15</date>
263
264 <section>
265 <title>Timezone</title>
266 @@ -17,17 +17,17 @@
267
268 <p>
269 You first need to select your timezone so that your system knows where it is
270 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
271 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
272 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
273 +it to <path>/etc/localtime</path>. Please avoid the
274 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
275 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
276 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
277 +GMT+8.
278 </p>
279
280 <pre caption="Setting the timezone information">
281 # <i>ls /usr/share/zoneinfo</i>
282 <comment>(Suppose you want to use GMT)</comment>
283 -# <i>nano -w /etc/conf.d/clock</i>
284 -TIMEZONE="GMT"
285 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
286 </pre>
287
288 </body>
289
290
291
292 1.25 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml
293
294 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.25&view=markup
295 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.25&content-type=text/plain
296 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.24&r2=1.25
297
298 Index: hb-install-mips-kernel.xml
299 ===================================================================
300 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
301 retrieving revision 1.24
302 retrieving revision 1.25
303 diff -u -r1.24 -r1.25
304 --- hb-install-mips-kernel.xml 7 May 2007 18:11:41 -0000 1.24
305 +++ hb-install-mips-kernel.xml 15 May 2007 13:07:41 -0000 1.25
306 @@ -4,12 +4,11 @@
307 <!-- The content of this document is licensed under the CC-BY-SA license -->
308 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
309
310 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.24 2007/05/07 18:11:41 nightmorph Exp $ -->
311 -<!-- :vim:ts=2:sts=2:et:tw=80: -->
312 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.25 2007/05/15 13:07:41 neysx Exp $ -->
313 <sections>
314
315 -<version>8.0</version>
316 -<date>2007-05-07</date>
317 +<version>8.1</version>
318 +<date>2007-05-15</date>
319
320 <section>
321 <title>Timezone</title>
322 @@ -17,17 +16,17 @@
323
324 <p>
325 You first need to select your timezone so that your system knows where it is
326 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
327 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
328 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
329 +it to <path>/etc/localtime</path>. Please avoid the
330 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
331 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
332 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
333 +GMT+8.
334 </p>
335
336 <pre caption="Setting the timezone information">
337 # <i>ls /usr/share/zoneinfo</i>
338 <comment>(Suppose you want to use GMT)</comment>
339 -# <i>nano -w /etc/conf.d/clock</i>
340 -TIMEZONE="GMT"
341 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
342 </pre>
343
344 </body>
345
346
347
348 1.49 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
349
350 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.49&view=markup
351 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.49&content-type=text/plain
352 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.48&r2=1.49
353
354 Index: hb-install-ppc-kernel.xml
355 ===================================================================
356 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
357 retrieving revision 1.48
358 retrieving revision 1.49
359 diff -u -r1.48 -r1.49
360 --- hb-install-ppc-kernel.xml 7 May 2007 18:11:41 -0000 1.48
361 +++ hb-install-ppc-kernel.xml 15 May 2007 13:07:41 -0000 1.49
362 @@ -4,12 +4,12 @@
363 <!-- The content of this document is licensed under the CC-BY-SA license -->
364 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
365
366 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.48 2007/05/07 18:11:41 nightmorph Exp $ -->
367 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.49 2007/05/15 13:07:41 neysx Exp $ -->
368
369 <sections>
370
371 -<version>8.0</version>
372 -<date>2007-05-07</date>
373 +<version>8.1</version>
374 +<date>2007-05-15</date>
375
376 <section>
377 <title>Timezone</title>
378 @@ -17,17 +17,17 @@
379
380 <p>
381 You first need to select your timezone so that your system knows where it is
382 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
383 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
384 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
385 +it to <path>/etc/localtime</path>. Please avoid the
386 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
387 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
388 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
389 +GMT+8.
390 </p>
391
392 <pre caption="Setting the timezone information">
393 # <i>ls /usr/share/zoneinfo</i>
394 <comment>(Suppose you want to use GMT)</comment>
395 -# <i>nano -w /etc/conf.d/clock</i>
396 -TIMEZONE="GMT"
397 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
398 </pre>
399
400 </body>
401
402
403
404 1.28 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
405
406 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.28&view=markup
407 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.28&content-type=text/plain
408 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.27&r2=1.28
409
410 Index: hb-install-ppc64-kernel.xml
411 ===================================================================
412 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
413 retrieving revision 1.27
414 retrieving revision 1.28
415 diff -u -r1.27 -r1.28
416 --- hb-install-ppc64-kernel.xml 7 May 2007 18:11:41 -0000 1.27
417 +++ hb-install-ppc64-kernel.xml 15 May 2007 13:07:41 -0000 1.28
418 @@ -4,12 +4,12 @@
419 <!-- The content of this document is licensed under the CC-BY-SA license -->
420 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
421
422 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.27 2007/05/07 18:11:41 nightmorph Exp $ -->
423 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.28 2007/05/15 13:07:41 neysx Exp $ -->
424
425 <sections>
426
427 -<version>8.0</version>
428 -<date>2007-05-07</date>
429 +<version>8.1</version>
430 +<date>2007-05-15</date>
431
432 <section>
433 <title>Timezone</title>
434 @@ -17,17 +17,17 @@
435
436 <p>
437 You first need to select your timezone so that your system knows where it is
438 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
439 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
440 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
441 +it to <path>/etc/localtime</path>. Please avoid the
442 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
443 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
444 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
445 +GMT+8.
446 </p>
447
448 <pre caption="Setting the timezone information">
449 # <i>ls /usr/share/zoneinfo</i>
450 <comment>(Suppose you want to use GMT)</comment>
451 -# <i>nano -w /etc/conf.d/clock</i>
452 -TIMEZONE="GMT"
453 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
454 </pre>
455
456 </body>
457
458
459
460 1.27 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
461
462 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.27&view=markup
463 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.27&content-type=text/plain
464 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.26&r2=1.27
465
466 Index: hb-install-sparc-kernel.xml
467 ===================================================================
468 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
469 retrieving revision 1.26
470 retrieving revision 1.27
471 diff -u -r1.26 -r1.27
472 --- hb-install-sparc-kernel.xml 7 May 2007 18:11:41 -0000 1.26
473 +++ hb-install-sparc-kernel.xml 15 May 2007 13:07:41 -0000 1.27
474 @@ -4,12 +4,12 @@
475 <!-- The content of this document is licensed under the CC-BY-SA license -->
476 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
477
478 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.26 2007/05/07 18:11:41 nightmorph Exp $ -->
479 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.27 2007/05/15 13:07:41 neysx Exp $ -->
480
481 <sections>
482
483 -<version>8.0</version>
484 -<date>2007-05-07</date>
485 +<version>8.1</version>
486 +<date>2007-05-15</date>
487
488 <section>
489 <title>Timezone</title>
490 @@ -17,17 +17,17 @@
491
492 <p>
493 You first need to select your timezone so that your system knows where it is
494 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
495 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
496 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
497 +it to <path>/etc/localtime</path>. Please avoid the
498 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
499 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
500 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
501 +GMT+8.
502 </p>
503
504 <pre caption="Setting the timezone information">
505 # <i>ls /usr/share/zoneinfo</i>
506 <comment>(Suppose you want to use GMT)</comment>
507 -# <i>nano -w /etc/conf.d/clock</i>
508 -TIMEZONE="GMT"
509 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
510 </pre>
511
512 </body>
513
514
515
516 1.11 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
517
518 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.11&view=markup
519 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.11&content-type=text/plain
520 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.10&r2=1.11
521
522 Index: hb-install-x86+amd64-kernel.xml
523 ===================================================================
524 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
525 retrieving revision 1.10
526 retrieving revision 1.11
527 diff -u -r1.10 -r1.11
528 --- hb-install-x86+amd64-kernel.xml 7 May 2007 18:11:41 -0000 1.10
529 +++ hb-install-x86+amd64-kernel.xml 15 May 2007 13:07:41 -0000 1.11
530 @@ -4,7 +4,7 @@
531 <!-- The content of this document is licensed under the CC-BY-SA license -->
532 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
533
534 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.10 2007/05/07 18:11:41 nightmorph Exp $ -->
535 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.11 2007/05/15 13:07:41 neysx Exp $ -->
536
537 <sections>
538
539 @@ -13,8 +13,8 @@
540 explains how to configure your kernel.
541 </abstract>
542
543 -<version>5.0</version>
544 -<date>2007-05-07</date>
545 +<version>5.1</version>
546 +<date>2007-05-15</date>
547
548 <section>
549 <title>Timezone</title>
550 @@ -22,17 +22,17 @@
551
552 <p>
553 You first need to select your timezone so that your system knows where it is
554 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
555 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
556 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
557 +it to <path>/etc/localtime</path>. Please avoid the
558 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
559 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
560 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
561 +GMT+8.
562 </p>
563
564 <pre caption="Setting the timezone information">
565 # <i>ls /usr/share/zoneinfo</i>
566 <comment>(Suppose you want to use GMT)</comment>
567 -# <i>nano -w /etc/conf.d/clock</i>
568 -TIMEZONE="GMT"
569 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
570 </pre>
571
572 </body>
573
574
575
576 --
577 gentoo-doc-cvs@g.o mailing list