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-config.xml hb-install-hppa-kernel.xml hb-install-ppc-kernel.xml hb-install-ppc64-kernel.xml hb-install-sparc-kernel.xml
Date: Tue, 15 May 2007 13:21:04
Message-Id: E1Hnwkf-0003qJ-Tq@stork.gentoo.org
1 neysx 07/05/15 13:07:41
2
3 Modified: hb-install-alpha-kernel.xml hb-install-config.xml
4 hb-install-hppa-kernel.xml
5 hb-install-ppc-kernel.xml
6 hb-install-ppc64-kernel.xml
7 hb-install-sparc-kernel.xml
8 Log:
9 #178179 cp timezone file to /etc/localtime to prevent warning until next emerge of sys-libs/timezone-data
10
11 Revision Changes Path
12 1.6 xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml?r1=1.5&r2=1.6
17
18 Index: hb-install-alpha-kernel.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- hb-install-alpha-kernel.xml 7 May 2007 18:11:42 -0000 1.5
25 +++ hb-install-alpha-kernel.xml 15 May 2007 13:07:41 -0000 1.6
26 @@ -4,12 +4,12 @@
27 <!-- The content of this document is licensed under the CC-BY-SA license -->
28 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
29
30 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml,v 1.5 2007/05/07 18:11:42 nightmorph Exp $ -->
31 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml,v 1.6 2007/05/15 13:07:41 neysx Exp $ -->
32
33 <sections>
34
35 -<version>8.0</version>
36 -<date>2007-05-07</date>
37 +<version>8.1</version>
38 +<date>2007-05-15</date>
39
40 <section>
41 <title>Timezone</title>
42 @@ -17,17 +17,17 @@
43
44 <p>
45 You first need to select your timezone so that your system knows where it is
46 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
47 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
48 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
49 +it to <path>/etc/localtime</path>. Please avoid the
50 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
51 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
52 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
53 +GMT+8.
54 </p>
55
56 <pre caption="Setting the timezone information">
57 # <i>ls /usr/share/zoneinfo</i>
58 <comment>(Suppose you want to use GMT)</comment>
59 -# <i>nano -w /etc/conf.d/clock</i>
60 -TIMEZONE="GMT"
61 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
62 </pre>
63
64 </body>
65
66
67
68 1.10 xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?rev=1.10&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?rev=1.10&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?r1=1.9&r2=1.10
73
74 Index: hb-install-config.xml
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v
77 retrieving revision 1.9
78 retrieving revision 1.10
79 diff -u -r1.9 -r1.10
80 --- hb-install-config.xml 15 May 2007 01:12:59 -0000 1.9
81 +++ hb-install-config.xml 15 May 2007 13:07:41 -0000 1.10
82 @@ -4,11 +4,11 @@
83 <!-- The content of this document is licensed under the CC-BY-SA license -->
84 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
85
86 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v 1.9 2007/05/15 01:12:59 rane Exp $ -->
87 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v 1.10 2007/05/15 13:07:41 neysx Exp $ -->
88
89 <sections>
90
91 -<version>8.1</version>
92 +<version>8.2</version>
93 <date>2007-05-15</date>
94
95 <section>
96 @@ -529,6 +529,14 @@
97 </p>
98
99 <p>
100 +You should define the timezone that you previously copied to
101 +<path>/etc/localtime</path> so that further upgrades of the
102 +<c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path>
103 +automatically. For instance, if you used the GMT timezone, you would add
104 +<c>TIMEZONE="GMT"</c>
105 +</p>
106 +
107 +<p>
108 When you're finished configuring <path>/etc/conf.d/clock</path>, save and
109 exit.
110 </p>
111
112
113
114 1.6 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?rev=1.6&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?rev=1.6&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?r1=1.5&r2=1.6
119
120 Index: hb-install-hppa-kernel.xml
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v
123 retrieving revision 1.5
124 retrieving revision 1.6
125 diff -u -r1.5 -r1.6
126 --- hb-install-hppa-kernel.xml 7 May 2007 18:11:42 -0000 1.5
127 +++ hb-install-hppa-kernel.xml 15 May 2007 13:07:41 -0000 1.6
128 @@ -4,12 +4,12 @@
129 <!-- The content of this document is licensed under the CC-BY-SA license -->
130 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
131
132 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v 1.5 2007/05/07 18:11:42 nightmorph Exp $ -->
133 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v 1.6 2007/05/15 13:07:41 neysx Exp $ -->
134
135 <sections>
136
137 -<version>8.0</version>
138 -<date>2007-05-07</date>
139 +<version>8.1</version>
140 +<date>2007-05-15</date>
141
142 <section>
143 <title>Timezone</title>
144 @@ -17,17 +17,17 @@
145
146 <p>
147 You first need to select your timezone so that your system knows where it is
148 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
149 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
150 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
151 +it to <path>/etc/localtime</path>. Please avoid the
152 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
153 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
154 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
155 +GMT+8.
156 </p>
157
158 <pre caption="Setting the timezone information">
159 # <i>ls /usr/share/zoneinfo</i>
160 <comment>(Suppose you want to use GMT)</comment>
161 -# <i>nano -w /etc/conf.d/clock</i>
162 -TIMEZONE="GMT"
163 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
164 </pre>
165
166 </body>
167
168
169
170 1.9 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml
171
172 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?rev=1.9&view=markup
173 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?rev=1.9&content-type=text/plain
174 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?r1=1.8&r2=1.9
175
176 Index: hb-install-ppc-kernel.xml
177 ===================================================================
178 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v
179 retrieving revision 1.8
180 retrieving revision 1.9
181 diff -u -r1.8 -r1.9
182 --- hb-install-ppc-kernel.xml 7 May 2007 18:11:42 -0000 1.8
183 +++ hb-install-ppc-kernel.xml 15 May 2007 13:07:41 -0000 1.9
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/2007.0/hb-install-ppc-kernel.xml,v 1.8 2007/05/07 18:11:42 nightmorph Exp $ -->
189 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v 1.9 2007/05/15 13:07:41 neysx Exp $ -->
190
191 <sections>
192
193 -<version>8.0</version>
194 -<date>2007-05-07</date>
195 +<version>8.1</version>
196 +<date>2007-05-15</date>
197
198 <section>
199 <title>Timezone</title>
200 @@ -17,17 +17,17 @@
201
202 <p>
203 You first need to select your timezone so that your system knows where it is
204 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
205 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
206 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
207 +it to <path>/etc/localtime</path>. Please avoid the
208 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
209 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
210 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
211 +GMT+8.
212 </p>
213
214 <pre caption="Setting the timezone information">
215 # <i>ls /usr/share/zoneinfo</i>
216 <comment>(Suppose you want to use GMT)</comment>
217 -# <i>nano -w /etc/conf.d/clock</i>
218 -TIMEZONE="GMT"
219 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
220 </pre>
221
222 </body>
223
224
225
226 1.6 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml
227
228 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?rev=1.6&view=markup
229 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?rev=1.6&content-type=text/plain
230 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?r1=1.5&r2=1.6
231
232 Index: hb-install-ppc64-kernel.xml
233 ===================================================================
234 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v
235 retrieving revision 1.5
236 retrieving revision 1.6
237 diff -u -r1.5 -r1.6
238 --- hb-install-ppc64-kernel.xml 7 May 2007 18:11:42 -0000 1.5
239 +++ hb-install-ppc64-kernel.xml 15 May 2007 13:07:41 -0000 1.6
240 @@ -4,12 +4,12 @@
241 <!-- The content of this document is licensed under the CC-BY-SA license -->
242 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
243
244 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v 1.5 2007/05/07 18:11:42 nightmorph Exp $ -->
245 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v 1.6 2007/05/15 13:07:41 neysx Exp $ -->
246
247 <sections>
248
249 -<version>8.0</version>
250 -<date>2007-05-07</date>
251 +<version>8.1</version>
252 +<date>2007-05-15</date>
253
254 <section>
255 <title>Timezone</title>
256 @@ -17,17 +17,17 @@
257
258 <p>
259 You first need to select your timezone so that your system knows where it is
260 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
261 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
262 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
263 +it to <path>/etc/localtime</path>. Please avoid the
264 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
265 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
266 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
267 +GMT+8.
268 </p>
269
270 <pre caption="Setting the timezone information">
271 # <i>ls /usr/share/zoneinfo</i>
272 <comment>(Suppose you want to use GMT)</comment>
273 -# <i>nano -w /etc/conf.d/clock</i>
274 -TIMEZONE="GMT"
275 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
276 </pre>
277
278 </body>
279
280
281
282 1.7 xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml
283
284 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?rev=1.7&view=markup
285 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?rev=1.7&content-type=text/plain
286 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?r1=1.6&r2=1.7
287
288 Index: hb-install-sparc-kernel.xml
289 ===================================================================
290 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v
291 retrieving revision 1.6
292 retrieving revision 1.7
293 diff -u -r1.6 -r1.7
294 --- hb-install-sparc-kernel.xml 7 May 2007 18:11:42 -0000 1.6
295 +++ hb-install-sparc-kernel.xml 15 May 2007 13:07:41 -0000 1.7
296 @@ -4,12 +4,12 @@
297 <!-- The content of this document is licensed under the CC-BY-SA license -->
298 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
299
300 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v 1.6 2007/05/07 18:11:42 nightmorph Exp $ -->
301 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v 1.7 2007/05/15 13:07:41 neysx Exp $ -->
302
303 <sections>
304
305 -<version>8.0</version>
306 -<date>2007-05-07</date>
307 +<version>8.1</version>
308 +<date>2007-05-15</date>
309
310 <section>
311 <title>Timezone</title>
312 @@ -17,17 +17,17 @@
313
314 <p>
315 You first need to select your timezone so that your system knows where it is
316 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
317 -set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
318 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
319 +it to <path>/etc/localtime</path>. Please avoid the
320 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
321 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
322 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
323 +GMT+8.
324 </p>
325
326 <pre caption="Setting the timezone information">
327 # <i>ls /usr/share/zoneinfo</i>
328 <comment>(Suppose you want to use GMT)</comment>
329 -# <i>nano -w /etc/conf.d/clock</i>
330 -TIMEZONE="GMT"
331 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
332 </pre>
333
334 </body>
335
336
337
338 --
339 gentoo-doc-cvs@g.o mailing list