Ignore:
Timestamp:
Oct 16, 2015, 4:42:28 PM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
8f524e2
Parents:
379748b
Message:

Add zone1970.tab to tzdata installation instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    r379748b rec32f75  
    271271
    272272for tz in etcetera southamerica northamerica europe africa antarctica  \
    273           asia australasia backward pacificnew \
    274           systemv; do
     273          asia australasia backward pacificnew systemv; do
    275274    zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz}
    276275    zic -L /dev/null   -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
     
    278277done
    279278
    280 cp -v zone.tab iso3166.tab $ZONEINFO
     279cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
    281280zic -d $ZONEINFO -p America/New_York
    282281unset ZONEINFO</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.