Changeset c493aa56


Ignore:
Timestamp:
Oct 16, 2015, 4:42:39 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
2a70fe2
Parents:
91f8575
git-author:
William Harrington <kb0iic@…> (10/16/15 16:42:28)
git-committer:
William Harrington <kb0iic@…> (10/16/15 16:42:39)
Message:

Add zone1970.tab to tzdata installation instructions.

File:
1 edited

Legend:

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

    r91f8575 rc493aa56  
    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.