|
@@ -327,16 +327,16 @@ EOF</userinput></screen>
|
|
|
<para>Install timezone data:</para>
|
|
|
<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
|
|
|
|
|
|
-mkdir -pv /usr/share/zoneinfo/{posix,right} &&
|
|
|
+mkdir -pv /usr/share/zoneinfo/{posix,right}
|
|
|
|
|
|
for tz in etcetera southamerica northamerica europe africa antarctica \
|
|
|
asia australasia backward pacificnew solar87 solar88 solar89 systemv; do
|
|
|
- zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} &&
|
|
|
- zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} &&
|
|
|
+ zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz}
|
|
|
+ zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz}
|
|
|
zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz}
|
|
|
done
|
|
|
|
|
|
-cp -v zone.tab /usr/share/zoneinfo &&
|
|
|
+cp -v zone.tab iso3166.tab /usr/share/zoneinfo
|
|
|
zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen>
|
|
|
|
|
|
<variablelist>
|