public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Vermeulen (swift)" <swift@gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
Date: Thu, 19 Dec 2013 07:59:36 +0000 (UTC)	[thread overview]
Message-ID: <20131219075936.7926220035@flycatcher.gentoo.org> (raw)

swift       13/12/19 07:59:36

  Modified:             hb-install-system.xml
  Log:
  Fix bug #494466 - Use emerge --config sys-libs/timezone-data

Revision  Changes    Path
1.142                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.141&r2=1.142

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- hb-install-system.xml	18 Dec 2013 15:20:47 -0000	1.141
+++ hb-install-system.xml	19 Dec 2013 07:59:36 -0000	1.142
@@ -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-system.xml,v 1.141 2013/12/18 15:20:47 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.142 2013/12/19 07:59:36 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>33</version>
-<date>2013-12-18</date>
+<version>34</version>
+<date>2013-12-19</date>
 
 <section>
 <title>Chrooting</title>
@@ -431,29 +431,31 @@
 
 <p>
 Finally select your timezone so that your system knows where it is physically
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. This file is used by the C library (and
-perhaps others as well) to get local timezone information from. 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.
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then
+write it in the <path>/etc/timezone</path> file.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
 </pre>
 
 <p>
-Next set the timezone (as text) in the <path>/etc/timezone</path> file. This
-file is used by the timezone-data package to update the
-<path>/etc/localtime</path> file when an update on the timezone
-files is available.
+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.
 </p>
 
-<pre caption="Setting the timezone in plain text">
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
+<p>
+Next, reconfigure the timezone-data package, which will update the
+<path>/etc/localtime</path> file for us, based on the <path>/etc/timezone</path>
+entry. The <path>/etc/localtime</path> file is used by the system C library
+to know the timezone the system is in.
+</p>
+
+<pre caption="Reconfiguring timezone-data">
+# <i>emerge --config sys-libs/timezone-data</i>
 </pre>
 
 </body>





             reply	other threads:[~2013-12-19  7:59 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-19  7:59 Sven Vermeulen (swift) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-01 13:37 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml Sven Vermeulen (swift)
2014-04-13 11:58 Sven Vermeulen (swift)
2013-12-29 15:39 Sven Vermeulen (swift)
2013-12-18 15:20 Sven Vermeulen (swift)
2013-12-18 10:39 Sven Vermeulen (swift)
2013-12-17 11:46 Sven Vermeulen (swift)
2013-12-04 12:30 Sven Vermeulen (swift)
2013-09-23 17:38 Sven Vermeulen (swift)
2013-08-15  8:25 Sven Vermeulen (swift)
2013-07-24 21:04 Sven Vermeulen (swift)
2013-07-24 21:01 Sven Vermeulen (swift)
2013-01-20 18:11 Sven Vermeulen (swift)
2013-01-20 15:58 Sven Vermeulen (swift)
2012-12-09 20:14 Sven Vermeulen (swift)
2012-05-06 18:44 Sven Vermeulen (swift)
2012-04-22 10:45 Sven Vermeulen (swift)
2011-08-03  8:24 Jan Kundrat (jkt)
2010-11-14 15:41 Joshua Saddler (nightmorph)
2010-06-13 12:02 Joshua Saddler (nightmorph)
2010-06-07  9:21 Joshua Saddler (nightmorph)
2010-05-28  3:50 Joshua Saddler (nightmorph)
2010-05-24 21:20 Joshua Saddler (nightmorph)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131219075936.7926220035@flycatcher.gentoo.org \
    --to=swift@gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox