Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.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: Sun, 20 May 2007 04:16:56
Message-Id: E1HpcqH-0007Ys-Sa@stork.gentoo.org
1 nightmorph 07/05/20 04:16:25
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 for safety's sake, needed to move the conf.d/clock TIMEZONE edit to immediately before compiling a kernel. users still run into the warning message if it's left at the end, before rebooting. fixes http://forums.gentoo.org/viewtopic-t-560322.html and other reports.
14
15 Revision Changes Path
16 1.40 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.40&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.40&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.39&r2=1.40
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.39
26 retrieving revision 1.40
27 diff -u -r1.39 -r1.40
28 --- hb-install-alpha-kernel.xml 15 May 2007 13:07:41 -0000 1.39
29 +++ hb-install-alpha-kernel.xml 20 May 2007 04:16:25 -0000 1.40
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.39 2007/05/15 13:07:41 neysx Exp $ -->
35 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.40 2007/05/20 04:16:25 nightmorph Exp $ -->
36
37 <sections>
38
39 -<version>8.1</version>
40 -<date>2007-05-15</date>
41 +<version>8.2</version>
42 +<date>2007-05-19</date>
43
44 <section>
45 <title>Timezone</title>
46 @@ -30,6 +30,17 @@
47 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
48 </pre>
49
50 +<p>
51 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
52 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
53 +<path>/etc/localtime</path> automatically.
54 +</p>
55 +
56 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
57 +# <i>nano -w /etc/conf.d/clock</i>
58 +TIMEZONE="GMT"
59 +</pre>
60 +
61 </body>
62 </section>
63 <section>
64
65
66
67 1.6 xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.6&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.6&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.5&r2=1.6
72
73 Index: hb-install-arm-kernel.xml
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
76 retrieving revision 1.5
77 retrieving revision 1.6
78 diff -u -r1.5 -r1.6
79 --- hb-install-arm-kernel.xml 15 May 2007 13:07:41 -0000 1.5
80 +++ hb-install-arm-kernel.xml 20 May 2007 04:16:25 -0000 1.6
81 @@ -4,12 +4,12 @@
82 <!-- The content of this document is licensed under the CC-BY-SA license -->
83 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
84
85 -<!-- $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 $ -->
86 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.6 2007/05/20 04:16:25 nightmorph Exp $ -->
87
88 <sections>
89
90 -<version>8.1</version>
91 -<date>2007-05-15</date>
92 +<version>8.2</version>
93 +<date>2007-05-19</date>
94
95 <section>
96 <title>Timezone</title>
97 @@ -30,6 +30,17 @@
98 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
99 </pre>
100
101 +<p>
102 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
103 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
104 +<path>/etc/localtime</path> automatically.
105 +</p>
106 +
107 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
108 +# <i>nano -w /etc/conf.d/clock</i>
109 +TIMEZONE="GMT"
110 +</pre>
111 +
112 </body>
113 </section>
114 <section>
115
116
117
118 1.92 xml/htdocs/doc/en/handbook/hb-install-config.xml
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.92&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.92&content-type=text/plain
122 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.91&r2=1.92
123
124 Index: hb-install-config.xml
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
127 retrieving revision 1.91
128 retrieving revision 1.92
129 diff -u -r1.91 -r1.92
130 --- hb-install-config.xml 15 May 2007 13:07:41 -0000 1.91
131 +++ hb-install-config.xml 20 May 2007 04:16:25 -0000 1.92
132 @@ -4,7 +4,7 @@
133 <!-- The content of this document is licensed under the CC-BY-SA license -->
134 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
135
136 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.91 2007/05/15 13:07:41 neysx Exp $ -->
137 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.92 2007/05/20 04:16:25 nightmorph Exp $ -->
138
139 <sections>
140
141 @@ -14,8 +14,8 @@
142 proceed.
143 </abstract>
144
145 -<version>8.1</version>
146 -<date>2007-05-15</date>
147 +<version>8.2</version>
148 +<date>2007-05-19</date>
149
150 <section>
151 <title>Filesystem Information</title>
152 @@ -545,14 +545,6 @@
153 </p>
154
155 <p>
156 -You should define the timezone that you previously copied to
157 -<path>/etc/localtime</path> so that further upgrades of the
158 -<c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path>
159 -automatically. For instance, if you used the GMT timezone, you would add
160 -<c>TIMEZONE="GMT"</c>
161 -</p>
162 -
163 -<p>
164 When you're finished configuring <path>/etc/conf.d/clock</path>, save and
165 exit.
166 </p>
167
168
169
170 1.40 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml
171
172 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.40&view=markup
173 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.40&content-type=text/plain
174 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.39&r2=1.40
175
176 Index: hb-install-hppa-kernel.xml
177 ===================================================================
178 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
179 retrieving revision 1.39
180 retrieving revision 1.40
181 diff -u -r1.39 -r1.40
182 --- hb-install-hppa-kernel.xml 15 May 2007 13:07:41 -0000 1.39
183 +++ hb-install-hppa-kernel.xml 20 May 2007 04:16:25 -0000 1.40
184 @@ -4,12 +4,12 @@
185 <!-- The content of this document is licensed under the CC-BY-SA license -->
186 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
187
188 -<!-- $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 $ -->
189 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.40 2007/05/20 04:16:25 nightmorph Exp $ -->
190
191 <sections>
192
193 -<version>8.1</version>
194 -<date>2007-05-15</date>
195 +<version>8.2</version>
196 +<date>2007-05-19</date>
197
198 <section>
199 <title>Timezone</title>
200 @@ -30,6 +30,17 @@
201 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
202 </pre>
203
204 +<p>
205 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
206 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
207 +<path>/etc/localtime</path> automatically.
208 +</p>
209 +
210 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
211 +# <i>nano -w /etc/conf.d/clock</i>
212 +TIMEZONE="GMT"
213 +</pre>
214 +
215 </body>
216 </section>
217 <section>
218
219
220
221 1.7 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
222
223 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.7&view=markup
224 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.7&content-type=text/plain
225 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.6&r2=1.7
226
227 Index: hb-install-ia64-kernel.xml
228 ===================================================================
229 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
230 retrieving revision 1.6
231 retrieving revision 1.7
232 diff -u -r1.6 -r1.7
233 --- hb-install-ia64-kernel.xml 15 May 2007 13:07:41 -0000 1.6
234 +++ hb-install-ia64-kernel.xml 20 May 2007 04:16:25 -0000 1.7
235 @@ -4,12 +4,12 @@
236 <!-- The content of this document is licensed under the CC-BY-SA license -->
237 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
238
239 -<!-- $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 $ -->
240 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.7 2007/05/20 04:16:25 nightmorph Exp $ -->
241
242 <sections>
243
244 -<version>8.1</version>
245 -<date>2007-05-15</date>
246 +<version>8.2</version>
247 +<date>2007-05-19</date>
248
249 <section>
250 <title>Timezone</title>
251 @@ -30,6 +30,17 @@
252 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
253 </pre>
254
255 +<p>
256 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
257 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
258 +<path>/etc/localtime</path> automatically.
259 +</p>
260 +
261 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
262 +# <i>nano -w /etc/conf.d/clock</i>
263 +TIMEZONE="GMT"
264 +</pre>
265 +
266 </body>
267 </section>
268 <section>
269
270
271
272 1.26 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml
273
274 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.26&view=markup
275 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.26&content-type=text/plain
276 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.25&r2=1.26
277
278 Index: hb-install-mips-kernel.xml
279 ===================================================================
280 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
281 retrieving revision 1.25
282 retrieving revision 1.26
283 diff -u -r1.25 -r1.26
284 --- hb-install-mips-kernel.xml 15 May 2007 13:07:41 -0000 1.25
285 +++ hb-install-mips-kernel.xml 20 May 2007 04:16:25 -0000 1.26
286 @@ -4,11 +4,11 @@
287 <!-- The content of this document is licensed under the CC-BY-SA license -->
288 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
289
290 -<!-- $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 $ -->
291 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.26 2007/05/20 04:16:25 nightmorph Exp $ -->
292 <sections>
293
294 -<version>8.1</version>
295 -<date>2007-05-15</date>
296 +<version>8.2</version>
297 +<date>2007-05-19</date>
298
299 <section>
300 <title>Timezone</title>
301 @@ -29,6 +29,17 @@
302 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
303 </pre>
304
305 +<p>
306 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
307 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
308 +<path>/etc/localtime</path> automatically.
309 +</p>
310 +
311 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
312 +# <i>nano -w /etc/conf.d/clock</i>
313 +TIMEZONE="GMT"
314 +</pre>
315 +
316 </body>
317 </section>
318
319
320
321
322 1.51 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
323
324 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.51&view=markup
325 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.51&content-type=text/plain
326 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.50&r2=1.51
327
328 Index: hb-install-ppc-kernel.xml
329 ===================================================================
330 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
331 retrieving revision 1.50
332 retrieving revision 1.51
333 diff -u -r1.50 -r1.51
334 --- hb-install-ppc-kernel.xml 17 May 2007 16:56:43 -0000 1.50
335 +++ hb-install-ppc-kernel.xml 20 May 2007 04:16:25 -0000 1.51
336 @@ -4,12 +4,12 @@
337 <!-- The content of this document is licensed under the CC-BY-SA license -->
338 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
339
340 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.50 2007/05/17 16:56:43 rane Exp $ -->
341 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.51 2007/05/20 04:16:25 nightmorph Exp $ -->
342
343 <sections>
344
345 -<version>8.1</version>
346 -<date>2007-05-15</date>
347 +<version>8.2</version>
348 +<date>2007-05-19</date>
349
350 <section>
351 <title>Timezone</title>
352 @@ -30,6 +30,17 @@
353 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
354 </pre>
355
356 +<p>
357 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
358 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
359 +<path>/etc/localtime</path> automatically.
360 +</p>
361 +
362 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
363 +# <i>nano -w /etc/conf.d/clock</i>
364 +TIMEZONE="GMT"
365 +</pre>
366 +
367 </body>
368 </section>
369 <section>
370
371
372
373 1.29 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
374
375 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.29&view=markup
376 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.29&content-type=text/plain
377 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.28&r2=1.29
378
379 Index: hb-install-ppc64-kernel.xml
380 ===================================================================
381 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
382 retrieving revision 1.28
383 retrieving revision 1.29
384 diff -u -r1.28 -r1.29
385 --- hb-install-ppc64-kernel.xml 15 May 2007 13:07:41 -0000 1.28
386 +++ hb-install-ppc64-kernel.xml 20 May 2007 04:16:25 -0000 1.29
387 @@ -4,12 +4,12 @@
388 <!-- The content of this document is licensed under the CC-BY-SA license -->
389 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
390
391 -<!-- $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 $ -->
392 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.29 2007/05/20 04:16:25 nightmorph Exp $ -->
393
394 <sections>
395
396 -<version>8.1</version>
397 -<date>2007-05-15</date>
398 +<version>8.2</version>
399 +<date>2007-05-19</date>
400
401 <section>
402 <title>Timezone</title>
403 @@ -30,6 +30,17 @@
404 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
405 </pre>
406
407 +<p>
408 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
409 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
410 +<path>/etc/localtime</path> automatically.
411 +</p>
412 +
413 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
414 +# <i>nano -w /etc/conf.d/clock</i>
415 +TIMEZONE="GMT"
416 +</pre>
417 +
418 </body>
419 </section>
420 <section>
421
422
423
424 1.28 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
425
426 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.28&view=markup
427 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.28&content-type=text/plain
428 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.27&r2=1.28
429
430 Index: hb-install-sparc-kernel.xml
431 ===================================================================
432 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
433 retrieving revision 1.27
434 retrieving revision 1.28
435 diff -u -r1.27 -r1.28
436 --- hb-install-sparc-kernel.xml 15 May 2007 13:07:41 -0000 1.27
437 +++ hb-install-sparc-kernel.xml 20 May 2007 04:16:25 -0000 1.28
438 @@ -4,12 +4,12 @@
439 <!-- The content of this document is licensed under the CC-BY-SA license -->
440 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
441
442 -<!-- $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 $ -->
443 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.28 2007/05/20 04:16:25 nightmorph Exp $ -->
444
445 <sections>
446
447 -<version>8.1</version>
448 -<date>2007-05-15</date>
449 +<version>8.2</version>
450 +<date>2007-05-19</date>
451
452 <section>
453 <title>Timezone</title>
454 @@ -30,6 +30,17 @@
455 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
456 </pre>
457
458 +<p>
459 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
460 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
461 +<path>/etc/localtime</path> automatically.
462 +</p>
463 +
464 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
465 +# <i>nano -w /etc/conf.d/clock</i>
466 +TIMEZONE="GMT"
467 +</pre>
468 +
469 </body>
470 </section>
471 <section>
472
473
474
475 1.12 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
476
477 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.12&view=markup
478 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.12&content-type=text/plain
479 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.11&r2=1.12
480
481 Index: hb-install-x86+amd64-kernel.xml
482 ===================================================================
483 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
484 retrieving revision 1.11
485 retrieving revision 1.12
486 diff -u -r1.11 -r1.12
487 --- hb-install-x86+amd64-kernel.xml 15 May 2007 13:07:41 -0000 1.11
488 +++ hb-install-x86+amd64-kernel.xml 20 May 2007 04:16:25 -0000 1.12
489 @@ -4,7 +4,7 @@
490 <!-- The content of this document is licensed under the CC-BY-SA license -->
491 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
492
493 -<!-- $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 $ -->
494 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.12 2007/05/20 04:16:25 nightmorph Exp $ -->
495
496 <sections>
497
498 @@ -13,8 +13,8 @@
499 explains how to configure your kernel.
500 </abstract>
501
502 -<version>5.1</version>
503 -<date>2007-05-15</date>
504 +<version>5.2</version>
505 +<date>2007-05-19</date>
506
507 <section>
508 <title>Timezone</title>
509 @@ -35,6 +35,17 @@
510 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
511 </pre>
512
513 +<p>
514 +Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
515 +that further upgrades of the <c>sys-libs/timezone-data</c> package can update
516 +<path>/etc/localtime</path> automatically.
517 +</p>
518 +
519 +<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
520 +# <i>nano -w /etc/conf.d/clock</i>
521 +TIMEZONE="GMT"
522 +</pre>
523 +
524 </body>
525 </section>
526 <section>
527
528
529
530 --
531 gentoo-doc-cvs@g.o mailing list