public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2007-05-15 13:07 Xavier Neys
  0 siblings, 0 replies; 3+ messages in thread
From: Xavier Neys @ 2007-05-15 13:07 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       07/05/15 13:07:41

  Modified:             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
  Log:
  #178179 cp timezone file to /etc/localtime to prevent warning until next emerge of sys-libs/timezone-data

Revision  Changes    Path
1.39                 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.39&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.38&r2=1.39

Index: hb-install-alpha-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-alpha-kernel.xml	7 May 2007 18:11:40 -0000	1.38
+++ hb-install-alpha-kernel.xml	15 May 2007 13:07:41 -0000	1.39
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -17,17 +17,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



1.5                  xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.5&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.4&r2=1.5

Index: hb-install-arm-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-arm-kernel.xml	7 May 2007 18:11:40 -0000	1.4
+++ hb-install-arm-kernel.xml	15 May 2007 13:07:41 -0000	1.5
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -17,17 +17,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



1.91                 xml/htdocs/doc/en/handbook/hb-install-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.90&r2=1.91

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- hb-install-config.xml	7 May 2007 18:11:40 -0000	1.90
+++ hb-install-config.xml	15 May 2007 13:07:41 -0000	1.91
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.90 2007/05/07 18:11:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.91 2007/05/15 13:07:41 neysx Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 proceed.
 </abstract>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Filesystem Information</title>
@@ -545,6 +545,14 @@
 </p>
 
 <p>
+You should define the timezone that you previously copied to
+<path>/etc/localtime</path> so that further upgrades of the
+<c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path>
+automatically. For instance, if you used the GMT timezone, you would add
+<c>TIMEZONE="GMT"</c>
+</p>
+
+<p>
 When you're finished configuring <path>/etc/conf.d/clock</path>, save and
 exit. 
 </p>



1.39                 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.39&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.38&r2=1.39

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-hppa-kernel.xml	7 May 2007 18:11:41 -0000	1.38
+++ hb-install-hppa-kernel.xml	15 May 2007 13:07:41 -0000	1.39
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -17,17 +17,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



1.6                  xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.6&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.5&r2=1.6

Index: hb-install-ia64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-ia64-kernel.xml	7 May 2007 18:11:41 -0000	1.5
+++ hb-install-ia64-kernel.xml	15 May 2007 13:07:41 -0000	1.6
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -17,17 +17,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



1.25                 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.25&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.24&r2=1.25

Index: hb-install-mips-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hb-install-mips-kernel.xml	7 May 2007 18:11:41 -0000	1.24
+++ hb-install-mips-kernel.xml	15 May 2007 13:07:41 -0000	1.25
@@ -4,12 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
-<!-- :vim:ts=2:sts=2:et:tw=80: -->
+<!-- $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 $ -->
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -17,17 +16,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



1.49                 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.49&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.48&r2=1.49

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- hb-install-ppc-kernel.xml	7 May 2007 18:11:41 -0000	1.48
+++ hb-install-ppc-kernel.xml	15 May 2007 13:07:41 -0000	1.49
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -17,17 +17,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



1.28                 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.28&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.27&r2=1.28

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-ppc64-kernel.xml	7 May 2007 18:11:41 -0000	1.27
+++ hb-install-ppc64-kernel.xml	15 May 2007 13:07:41 -0000	1.28
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -17,17 +17,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



1.27                 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.27&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.26&r2=1.27

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hb-install-sparc-kernel.xml	7 May 2007 18:11:41 -0000	1.26
+++ hb-install-sparc-kernel.xml	15 May 2007 13:07:41 -0000	1.27
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -17,17 +17,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



1.11                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.11&view=markup
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
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

Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-x86+amd64-kernel.xml	7 May 2007 18:11:41 -0000	1.10
+++ hb-install-x86+amd64-kernel.xml	15 May 2007 13:07:41 -0000	1.11
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>5.0</version>
-<date>2007-05-07</date>
+<version>5.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -22,17 +22,17 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
-set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
+# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [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
@ 2007-05-20  4:16 Josh Saddler
  0 siblings, 0 replies; 3+ messages in thread
From: Josh Saddler @ 2007-05-20  4:16 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/05/20 04:16:25

  Modified:             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
  Log:
  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.

Revision  Changes    Path
1.40                 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.40&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.39&r2=1.40

Index: hb-install-alpha-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- hb-install-alpha-kernel.xml	15 May 2007 13:07:41 -0000	1.39
+++ hb-install-alpha-kernel.xml	20 May 2007 04:16:25 -0000	1.40
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -30,6 +30,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 <section>



1.6                  xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.6&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.5&r2=1.6

Index: hb-install-arm-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-arm-kernel.xml	15 May 2007 13:07:41 -0000	1.5
+++ hb-install-arm-kernel.xml	20 May 2007 04:16:25 -0000	1.6
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -30,6 +30,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 <section>



1.92                 xml/htdocs/doc/en/handbook/hb-install-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.91&r2=1.92

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- hb-install-config.xml	15 May 2007 13:07:41 -0000	1.91
+++ hb-install-config.xml	20 May 2007 04:16:25 -0000	1.92
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.91 2007/05/15 13:07:41 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.92 2007/05/20 04:16:25 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 proceed.
 </abstract>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Filesystem Information</title>
@@ -545,14 +545,6 @@
 </p>
 
 <p>
-You should define the timezone that you previously copied to
-<path>/etc/localtime</path> so that further upgrades of the
-<c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path>
-automatically. For instance, if you used the GMT timezone, you would add
-<c>TIMEZONE="GMT"</c>
-</p>
-
-<p>
 When you're finished configuring <path>/etc/conf.d/clock</path>, save and
 exit. 
 </p>



1.40                 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.40&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.39&r2=1.40

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- hb-install-hppa-kernel.xml	15 May 2007 13:07:41 -0000	1.39
+++ hb-install-hppa-kernel.xml	20 May 2007 04:16:25 -0000	1.40
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -30,6 +30,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 <section>



1.7                  xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.7&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.6&r2=1.7

Index: hb-install-ia64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-ia64-kernel.xml	15 May 2007 13:07:41 -0000	1.6
+++ hb-install-ia64-kernel.xml	20 May 2007 04:16:25 -0000	1.7
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -30,6 +30,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 <section>



1.26                 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.26&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.25&r2=1.26

Index: hb-install-mips-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- hb-install-mips-kernel.xml	15 May 2007 13:07:41 -0000	1.25
+++ hb-install-mips-kernel.xml	20 May 2007 04:16:25 -0000	1.26
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -29,6 +29,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 



1.51                 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.51&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.50&r2=1.51

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- hb-install-ppc-kernel.xml	17 May 2007 16:56:43 -0000	1.50
+++ hb-install-ppc-kernel.xml	20 May 2007 04:16:25 -0000	1.51
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -30,6 +30,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 <section>



1.29                 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.29&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.28&r2=1.29

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hb-install-ppc64-kernel.xml	15 May 2007 13:07:41 -0000	1.28
+++ hb-install-ppc64-kernel.xml	20 May 2007 04:16:25 -0000	1.29
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -30,6 +30,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 <section>



1.28                 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.28&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.27&r2=1.28

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-sparc-kernel.xml	15 May 2007 13:07:41 -0000	1.27
+++ hb-install-sparc-kernel.xml	20 May 2007 04:16:25 -0000	1.28
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -30,6 +30,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 <section>



1.12                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.12&view=markup
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
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

Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-x86+amd64-kernel.xml	15 May 2007 13:07:41 -0000	1.11
+++ hb-install-x86+amd64-kernel.xml	20 May 2007 04:16:25 -0000	1.12
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>5.1</version>
-<date>2007-05-15</date>
+<version>5.2</version>
+<date>2007-05-19</date>
 
 <section>
 <title>Timezone</title>
@@ -35,6 +35,17 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
+<p>
+Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
+that further upgrades of the <c>sys-libs/timezone-data</c> package can update
+<path>/etc/localtime</path> automatically.
+</p>
+
+<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="GMT"
+</pre>
+
 </body>
 </section>
 <section>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [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
@ 2007-05-20 20:32 Josh Saddler
  0 siblings, 0 replies; 3+ messages in thread
From: Josh Saddler @ 2007-05-20 20:32 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/05/20 20:32:23

  Modified:             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
  Log:
  seems the previous fix was made a little too quickly? reverting previous change.

Revision  Changes    Path
1.41                 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.40&r2=1.41

Index: hb-install-alpha-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- hb-install-alpha-kernel.xml	20 May 2007 04:16:25 -0000	1.40
+++ hb-install-alpha-kernel.xml	20 May 2007 20:32:23 -0000	1.41
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.41 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -30,17 +30,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 <section>



1.7                  xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.6&r2=1.7

Index: hb-install-arm-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-arm-kernel.xml	20 May 2007 04:16:25 -0000	1.6
+++ hb-install-arm-kernel.xml	20 May 2007 20:32:23 -0000	1.7
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.7 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -30,17 +30,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 <section>



1.93                 xml/htdocs/doc/en/handbook/hb-install-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.92&r2=1.93

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- hb-install-config.xml	20 May 2007 04:16:25 -0000	1.92
+++ hb-install-config.xml	20 May 2007 20:32:23 -0000	1.93
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.92 2007/05/20 04:16:25 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.93 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 proceed.
 </abstract>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Filesystem Information</title>
@@ -545,6 +545,14 @@
 </p>
 
 <p>
+You should define the timezone that you previously copied to
+<path>/etc/localtime</path> so that further upgrades of the
+<c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path>
+automatically. For instance, if you used the GMT timezone, you would add
+<c>TIMEZONE="GMT"</c>
+</p>
+
+<p>
 When you're finished configuring <path>/etc/conf.d/clock</path>, save and
 exit. 
 </p>



1.41                 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.40&r2=1.41

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- hb-install-hppa-kernel.xml	20 May 2007 04:16:25 -0000	1.40
+++ hb-install-hppa-kernel.xml	20 May 2007 20:32:23 -0000	1.41
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.41 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -30,17 +30,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 <section>



1.8                  xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.7&r2=1.8

Index: hb-install-ia64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-ia64-kernel.xml	20 May 2007 04:16:25 -0000	1.7
+++ hb-install-ia64-kernel.xml	20 May 2007 20:32:23 -0000	1.8
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.8 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -30,17 +30,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 <section>



1.27                 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.26&r2=1.27

Index: hb-install-mips-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hb-install-mips-kernel.xml	20 May 2007 04:16:25 -0000	1.26
+++ hb-install-mips-kernel.xml	20 May 2007 20:32:23 -0000	1.27
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.27 2007/05/20 20:32:23 nightmorph Exp $ -->
 <sections>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -29,17 +29,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 



1.52                 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.51&r2=1.52

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- hb-install-ppc-kernel.xml	20 May 2007 04:16:25 -0000	1.51
+++ hb-install-ppc-kernel.xml	20 May 2007 20:32:23 -0000	1.52
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.52 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -30,17 +30,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 <section>



1.30                 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.29&r2=1.30

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-install-ppc64-kernel.xml	20 May 2007 04:16:25 -0000	1.29
+++ hb-install-ppc64-kernel.xml	20 May 2007 20:32:23 -0000	1.30
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.30 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -30,17 +30,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 <section>



1.29                 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.28&r2=1.29

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hb-install-sparc-kernel.xml	20 May 2007 04:16:25 -0000	1.28
+++ hb-install-sparc-kernel.xml	20 May 2007 20:32:23 -0000	1.29
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.29 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-05-19</date>
+<version>8.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -30,17 +30,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 <section>



1.13                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.12&r2=1.13

Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-install-x86+amd64-kernel.xml	20 May 2007 04:16:25 -0000	1.12
+++ hb-install-x86+amd64-kernel.xml	20 May 2007 20:32:23 -0000	1.13
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.13 2007/05/20 20:32:23 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>5.2</version>
-<date>2007-05-19</date>
+<version>5.1</version>
+<date>2007-05-15</date>
 
 <section>
 <title>Timezone</title>
@@ -35,17 +35,6 @@
 # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
 </pre>
 
-<p>
-Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so
-that further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically.
-</p>
-
-<pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="GMT"
-</pre>
-
 </body>
 </section>
 <section>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-20 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-15 13:07 [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 Xavier Neys
  -- strict thread matches above, loose matches on Subject: below --
2007-05-20  4:16 Josh Saddler
2007-05-20 20:32 Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox