diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/glibc.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 957d84478..14d3f3d8a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,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> <listitem> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 72a73115b..bcab4c5db 100644 --- a/chapter06/glibc.xml +++ b/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> diff --git a/general.ent b/general.ent index b239d3c3e..53c571c8d 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |