Преглед изворни кода

Updated the discussion concerning zimezones.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs пре 19 година
родитељ
комит
7d92ae17d4
3 измењених фајлова са 18 додато и 7 уклоњено
  1. 4 0
      chapter01/changelog.xml
  2. 13 6
      chapter06/glibc.xml
  3. 1 1
      general.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>July 21, 2006</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Updated the discussion concerning zimezones.
+          </para>
+        </listitem>
         <listitem>
           <para>[dnicholson] - Added a reminder to check that the virtual
           kernel file systems are mounted after the description of the

+ 13 - 6
chapter06/glibc.xml

@@ -254,20 +254,27 @@ rpc: files
 # End /etc/nsswitch.conf</literal>
 EOF</userinput></screen>
 
-    <para>To determine the local time zone, run the following script:</para>
+    <para>One way to determine the local time zone, run the following
+    script:</para>
 
 <screen role="nodump"><userinput>tzselect</userinput></screen>
 
     <para>After answering a few questions about the location, the script will
-    output the name of the time zone (e.g., <emphasis>EST5EDT</emphasis> or
-    <emphasis>Canada/Eastern</emphasis>). Then create the
-    <filename>/etc/localtime</filename> file by running:</para>
+    output the name of the time zone (e.g.,
+    <emphasis>America/Edmonton</emphasis>). There are also some other possible
+    timezones listed in <filename
+    class='directory'>/usr/share/zoneinfo</filename> such as
+    <emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that
+    are not identified by the script but can be used.</para>
+    
+    <para>Then create the <filename>/etc/localtime</filename> file by
+    running:</para>
 
 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> \
     /etc/localtime</userinput></screen>
 
-    <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the time zone
-    that <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
+    <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
+    time zone selected (e.g., Canada/Eastern).</para>
 
     <variablelist>
       <title>The meaning of the cp option:</title>

+ 1 - 1
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!ENTITY version "6.2-pre2">
-<!ENTITY releasedate "July 19, 2006">
+<!ENTITY releasedate "July 22, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->