From faa7c1d29f9ed0b3eb252bb0bd43e7596eed5d9c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 10 Oct 2011 14:05:53 -0700 Subject: Update to tzdata2011l. This affects Asia/Hebron and Pacific/Fiji (and historical data for America/Sitka). Change-Id: I111a34038e44416f1900f774bdb78750e815eb5f --- libc/tools/zoneinfo/generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/tools') diff --git a/libc/tools/zoneinfo/generate b/libc/tools/zoneinfo/generate index 5755e26..e48a3c9 100755 --- a/libc/tools/zoneinfo/generate +++ b/libc/tools/zoneinfo/generate @@ -23,7 +23,7 @@ trap "rm -rf $temp_dir; exit" INT TERM EXIT # URL from "Sources for Time Zone and Daylight Saving Time Data" # http://www.twinsun.com/tz/tz-link.htm echo "Looking for new tzdata..." -wget -N --no-verbose 'ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz' +wget -N --no-verbose 'ftp://munnari.oz.au/pub/tzdata*.tar.gz' zoneinfo_version_file=$bionic_zoneinfo_dir/zoneinfo.version if [ -f "$zoneinfo_version_file" ]; then current_version=tzdata`sed s/\n// < $zoneinfo_version_file` -- cgit v1.1