diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-29 09:44:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-29 09:44:53 +0000 |
commit | f962d792472c45c9bccdc6b0697ad3d6350e9270 (patch) | |
tree | 5f794663e149e796836daf80ca49fea2c0be5446 /timezone/tzselect.ksh | |
parent | a56a64d43f37d449bbe5970354ba4e309413ddbc (diff) | |
download | glibc-f962d792472c45c9bccdc6b0697ad3d6350e9270.tar.gz glibc-f962d792472c45c9bccdc6b0697ad3d6350e9270.tar.xz glibc-f962d792472c45c9bccdc6b0697ad3d6350e9270.zip |
Update.
* timezone/africa: Update from tzdata1998e. * timezone/antarctica: Likewise. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/iso3166.tab: Likewise. * timezone/northamerica: Likewise. * timezone/tzselect.ksh: Likewise. * timezone/zone.tab: Likewise.
Diffstat (limited to 'timezone/tzselect.ksh')
-rw-r--r-- | timezone/tzselect.ksh | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/timezone/tzselect.ksh b/timezone/tzselect.ksh index 031cda1de6..010a0deb32 100644 --- a/timezone/tzselect.ksh +++ b/timezone/tzselect.ksh @@ -10,21 +10,25 @@ # If your host lacks the Korn shell, # you can use either of the following free programs instead: # +# <a href=ftp://ftp.gnu.org/pub/gnu/> # Bourne-Again shell (bash) -# <URL:ftp://ftp.gnu.ai.mit.edu/pub/gnu/> +# </a> # +# <a href=ftp://ftp.cs.mun.ca/pub/pdksh/pdksh.tar.gz> # Public domain ksh -# <URL:ftp://ftp.cs.mun.ca/pub/pdksh/pdksh.tar.gz> +# </a> # # This script also uses several features of modern awk programs. # If your host lacks awk, or has an old awk that does not conform to Posix.2, # you can use either of the following free programs instead: # +# <a href=ftp://ftp.gnu.org/pub/gnu/> # GNU awk (gawk) -# <URL:ftp://ftp.gnu.ai.mit.edu/pub/gnu/> +# </a> # +# <a href=ftp://ftp.whidbey.net/pub/brennan/> # mawk -# <URL:ftp://ftp.whidbey.net/pub/brennan/> +# </a> # Specify default values for environment variables if they are unset. |