diff options
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 031cda1..010a0de 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. |