diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-17 12:36:08 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-17 12:36:08 +0000 |
commit | 17f4ed5a7c925109dbe18f0b2968fa0c488b226b (patch) | |
tree | f645450e0f723f8e17f4ed9716217deac8049ac0 | |
parent | 9b26915626df1e8757d732f1618daa6e43209999 (diff) |
http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10697 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 02d29d655..ed2912f40 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -292,7 +292,7 @@ for tz in etcetera southamerica northamerica europe africa antarctica \ zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz} done -cp -v zone.tab iso3166.tab $ZONEINFO +cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO zic -d $ZONEINFO -p America/New_York unset ZONEINFO</userinput></screen> |