neysx       07/05/15 13:07:41

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

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

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
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
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

Index: hb-install-alpha-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-alpha-kernel.xml 7 May 2007 18:11:42 -0000       1.5
+++ hb-install-alpha-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/2007.0/hb-install-alpha-kernel.xml,v
 1.5 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $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 $ -->
 
 <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.10                 xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?rev=1.10&view=markup
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
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

Index: hb-install-config.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-install-config.xml       15 May 2007 01:12:59 -0000      1.9
+++ hb-install-config.xml       15 May 2007 13:07:41 -0000      1.10
@@ -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/2007.0/hb-install-config.xml,v 
1.9 2007/05/15 01:12:59 rane Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>8.1</version>
+<version>8.2</version>
 <date>2007-05-15</date>
 
 <section>
@@ -529,6 +529,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.6                  
xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml

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
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
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

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-hppa-kernel.xml  7 May 2007 18:11:42 -0000       1.5
+++ hb-install-hppa-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/2007.0/hb-install-hppa-kernel.xml,v
 1.5 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $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 $ -->
 
 <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.9                  xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml

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
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
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

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-ppc-kernel.xml   7 May 2007 18:11:42 -0000       1.8
+++ hb-install-ppc-kernel.xml   15 May 2007 13:07:41 -0000      1.9
@@ -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/2007.0/hb-install-ppc-kernel.xml,v
 1.8 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $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 $ -->
 
 <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/2007.0/hb-install-ppc64-kernel.xml

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
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
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

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-ppc64-kernel.xml 7 May 2007 18:11:42 -0000       1.5
+++ hb-install-ppc64-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/2007.0/hb-install-ppc64-kernel.xml,v
 1.5 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $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 $ -->
 
 <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.7                  
xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml

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
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
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

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-sparc-kernel.xml 7 May 2007 18:11:42 -0000       1.6
+++ hb-install-sparc-kernel.xml 15 May 2007 13:07:41 -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/2007.0/hb-install-sparc-kernel.xml,v
 1.6 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $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 $ -->
 
 <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>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to