Author: jim
Date: 2006-07-21 09:45:19 -0600 (Fri, 21 Jul 2006)
New Revision: 2063
Modified:
/
branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml
branches/clfs-2.0/BOOK/introduction/common/changelog.xml
Log:
[EMAIL PROTECTED] (orig r2184): jciccone | 2006-07-21 07:22:03 -0700
Make sure that the tzselect command looks in $CLFS for the zoneinfo.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2183
+ b6734a72-470d-0410-b049-f317dca95413:/:2184
Modified: branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml 2006-07-21 07:45:30 UTC
(rev 2062)
+++ branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml 2006-07-21 15:45:19 UTC
(rev 2063)
@@ -282,7 +282,7 @@
<para>To determine the local time zone, run the following script:</para>
-<screen role="nodump"><userinput>${CLFS}/usr/bin/tzselect</userinput></screen>
+<screen role="nodump"><userinput>TZDIR="${CLFS}/usr/share/zoneinfo"
${CLFS}/usr/bin/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
Modified: branches/clfs-2.0/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-07-21
07:45:30 UTC (rev 2062)
+++ branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-07-21
15:45:19 UTC (rev 2063)
@@ -37,6 +37,18 @@
-->
<listitem>
+ <para>June 21, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jciccone] - Added TZDIR="${CLFS}/usr/share/zoneinfo" to the
+ tzselect command. This makes sure that the tzselect command looks in
+ zoneinfo dir that was just installed by glibc instead of the host.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 20, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page