From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HTD6S-0006pp-9G for garchives@archives.gentoo.org; Mon, 19 Mar 2007 08:20:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2J8KI9F019211; Mon, 19 Mar 2007 08:20:18 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l2J8KGRh019201 for ; Mon, 19 Mar 2007 08:20:17 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3D06D646FA for ; Mon, 19 Mar 2007 08:20:16 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1HTD6F-0001A9-EJ for gentoo-doc-cvs@lists.gentoo.org; Mon, 19 Mar 2007 08:20:15 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-ia64-kernel.xml hb-install-ppc64-kernel.xml hb-install-ppc-kernel.xml hb-install-sparc-kernel.xml Message-Id: From: Josh Saddler Date: Mon, 19 Mar 2007 08:20:15 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 860f33bf-ca37-461e-b90b-207a24691a07 X-Archives-Hash: 7fd6e5211714bd118d0e0f9c052b64d4 nightmorph 07/03/19 08:20:15 Modified: hb-install-ia64-kernel.xml hb-install-ppc64-kernel.xml hb-install-ppc-kernel.xml hb-install-sparc-kernel.xml Log: timezone cleanups Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?r1=1.1&r2=1.2 Index: hb-install-ia64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-ia64-kernel.xml 14 Mar 2007 06:24:40 -0000 1.1 +++ hb-install-ia64-kernel.xml 19 Mar 2007 08:20:15 -0000 1.2 @@ -4,11 +4,11 @@ - + -7.4 +8.0 2007-03-12
@@ -17,8 +17,8 @@

You first need to select your timezone so that your system knows where it is -located. Look for your timezone in /usr/share/zoneinfo, then copy -it to /etc/localtime. Please avoid the +located. Look for your timezone in /usr/share/zoneinfo. You then +set your timezone in /etc/conf.d/clock. Please avoid the /usr/share/zoneinfo/Etc/GMT* timezones as their names do not indicate the expected zones. For instance, GMT-8 is in fact GMT+8.

@@ -26,7 +26,8 @@
 # ls /usr/share/zoneinfo
 (Suppose you want to use GMT)
-# cp /usr/share/zoneinfo/GMT /etc/localtime
+# nano -w /etc/conf.d/clock
+TIMEZONE="GMT"
 
1.14 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?r1=1.13&r2=1.14 Index: hb-install-ppc64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-install-ppc64-kernel.xml 14 Mar 2007 06:24:40 -0000 1.13 +++ hb-install-ppc64-kernel.xml 19 Mar 2007 08:20:15 -0000 1.14 @@ -4,11 +4,11 @@ - + -7.1 +8.0 2007-02-26
@@ -17,8 +17,8 @@

You first need to select your timezone so that your system knows where it is -located. Look for your timezone in /usr/share/zoneinfo, then copy -it to /etc/localtime. Please avoid the +located. Look for your timezone in /usr/share/zoneinfo. You then +set your timezone in /etc/conf.d/clock. Please avoid the /usr/share/zoneinfo/Etc/GMT* timezones as their names do not indicate the expected zones. For instance, GMT-8 is in fact GMT+8.

@@ -26,7 +26,8 @@
 # ls /usr/share/zoneinfo
 (Suppose you want to use GMT)
-# cp /usr/share/zoneinfo/GMT /etc/localtime
+# nano -w /etc/conf.d/clock
+TIMEZONE="GMT"
 
1.30 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.30&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?r1=1.29&r2=1.30 Index: hb-install-ppc-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- hb-install-ppc-kernel.xml 16 Mar 2007 05:31:09 -0000 1.29 +++ hb-install-ppc-kernel.xml 19 Mar 2007 08:20:15 -0000 1.30 @@ -4,11 +4,11 @@ - + -7.6 +8.0 2007-03-15
@@ -16,9 +16,9 @@

-First, select your timezone so that your system knows where it is located. Look -for your timezone in /usr/share/zoneinfo, then copy it to -/etc/localtime. Please avoid the +You first need to select your timezone so that your system knows where it is +located. Look for your timezone in /usr/share/zoneinfo. You then +set your timezone in /etc/conf.d/clock. Please avoid the /usr/share/zoneinfo/Etc/GMT* timezones as their names do not indicate the expected zones. For instance, GMT-8 is in fact GMT+8.

@@ -26,7 +26,8 @@
 # ls /usr/share/zoneinfo
 (Suppose you want to use GMT)
-# cp /usr/share/zoneinfo/GMT /etc/localtime
+# nano -w /etc/conf.d/clock
+TIMEZONE="GMT"
 
1.18 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?r1=1.17&r2=1.18 Index: hb-install-sparc-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- hb-install-sparc-kernel.xml 14 Mar 2007 06:24:40 -0000 1.17 +++ hb-install-sparc-kernel.xml 19 Mar 2007 08:20:15 -0000 1.18 @@ -4,11 +4,11 @@ - + -7.2 +8.0 2007-03-06
@@ -17,8 +17,8 @@

You first need to select your timezone so that your system knows where it is -located. Look for your timezone in /usr/share/zoneinfo, then copy -it to /etc/localtime. Please avoid the +located. Look for your timezone in /usr/share/zoneinfo. You then +set your timezone in /etc/conf.d/clock. Please avoid the /usr/share/zoneinfo/Etc/GMT* timezones as their names do not indicate the expected zones. For instance, GMT-8 is in fact GMT+8.

@@ -26,7 +26,8 @@
 # ls /usr/share/zoneinfo
 (Suppose you want to use GMT)
-# cp /usr/share/zoneinfo/GMT /etc/localtime
+# nano -w /etc/conf.d/clock
+TIMEZONE="GMT"
 
@@ -52,8 +53,7 @@

-In the next example we install the gentoo-sources. Of course substitute -with your choice of sources, this is merely an example. +In the next example we install the gentoo-sources.




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