diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 5 |
1 files changed, 2 insertions, 3 deletions
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> |