Przeglądaj źródła

Make tzselect work again.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 lat temu
rodzic
commit
287a36b4d7
3 zmienionych plików z 14 dodań i 5 usunięć
  1. 10 0
      chapter01/changelog.xml
  2. 2 3
      chapter06/glibc.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -37,6 +37,16 @@
 
 -->
 
+    <listitem>
+      <para>2012-08-06</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Install a couple more files from the tzdata tarball
+          so that tzselect works again.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2012-08-05</para>
       <itemizedlist>

+ 2 - 3
chapter06/glibc.xml

@@ -317,10 +317,9 @@ EOF</userinput></screen>
 
 for tz in etcetera southamerica northamerica europe africa antarctica \
   asia australasia backward pacificnew solar87 solar88 solar89 systemv; do
-
     zic -L leapseconds -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz}
-
-done</userinput></screen>
+done
+cp -v *.tab /usr/share/zoneinfo</userinput></screen>
 
     <para>One way to determine the local time zone, run the following
     script:</para>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120805">
-<!ENTITY releasedate "August 3, 2012">
+<!ENTITY version "SVN-20120806">
+<!ENTITY releasedate "August 6, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->