Changeset 7d92ae1


Ignore:
Timestamp:
07/22/2006 02:49:02 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Children:
d418288
Parents:
87b5e7b
Message:

Updated the discussion concerning zimezones.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r87b5e7b r7d92ae1  
    4040      <para>July 21, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Updated the discussion concerning zimezones.
     44          </para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[dnicholson] - Added a reminder to check that the virtual
  • chapter06/glibc.xml

    r87b5e7b r7d92ae1  
    255255EOF</userinput></screen>
    256256
    257     <para>To determine the local time zone, run the following script:</para>
     257    <para>One way to determine the local time zone, run the following
     258    script:</para>
    258259
    259260<screen role="nodump"><userinput>tzselect</userinput></screen>
    260261
    261262    <para>After answering a few questions about the location, the script will
    262     output the name of the time zone (e.g., <emphasis>EST5EDT</emphasis> or
    263     <emphasis>Canada/Eastern</emphasis>). Then create the
    264     <filename>/etc/localtime</filename> file by running:</para>
     263    output the name of the time zone (e.g.,
     264    <emphasis>America/Edmonton</emphasis>). There are also some other possible
     265    timezones listed in <filename
     266    class='directory'>/usr/share/zoneinfo</filename> such as
     267    <emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that
     268    are not identified by the script but can be used.</para>
     269   
     270    <para>Then create the <filename>/etc/localtime</filename> file by
     271    running:</para>
    265272
    266273<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> \
    267274    /etc/localtime</userinput></screen>
    268275
    269     <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the time zone
    270     that <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
     276    <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
     277    time zone selected (e.g., Canada/Eastern).</para>
    271278
    272279    <variablelist>
  • general.ent

    r87b5e7b r7d92ae1  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!ENTITY version "6.2-pre2">
    3 <!ENTITY releasedate "July 19, 2006">
     3<!ENTITY releasedate "July 22, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.