aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-09 14:41:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-09 14:41:13 +0000
commitbf8af437897959be977ea469d742006e422c74c5 (patch)
treed2e97ad48c0803b6881707a2114443f711bdb328
parent5e65101c419c9e1dd5ee4f27fdb5df38a2ec7e7f (diff)
downloadsrc-bf8af437897959be977ea469d742006e422c74c5.tar.gz
src-bf8af437897959be977ea469d742006e422c74c5.zip
Fix botched URL for Thailand.
Notes
Notes: svn path=/head/; revision=5454
-rw-r--r--release/instdist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index d8c2924f7329..e07bd97ecb92 100644
--- a/release/instdist.sh
+++ b/release/instdist.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: instdist.sh,v 1.48 1995/01/07 11:09:50 jkh Exp $
+# $Id: instdist.sh,v 1.49 1995/01/07 22:55:12 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -148,7 +148,7 @@ Please use arrow keys to scroll through all items." \
Netherlands) FTP_PATH="ftp://ftp.nl.net/pub/os/FreeBSD/${DISTNAME}" ;;
Russia) FTP_PATH="ftp://ftp.kiae.su/FreeBSD/${DISTNAME}" ;;
Taiwan) FTP_PATH="ftp://netbsd.csie.nctu.edu.tw/pub/FreeBSD/${DISTNAME}" ;;
- Thailand) FTP_PATH="ftp.nectec.or.th/pub/FreeBSD/${DISTNAME}" ;;
+ Thailand) FTP_PATH="ftp://ftp.nectec.or.th/pub/FreeBSD/${DISTNAME}" ;;
UK) FTP_PATH="ftp://ftp.demon.co.uk/pub/BSD/FreeBSD/${DISTNAME}" ;;
UK-2) FTP_PATH="ftp://src.doc.ic.ac.uk/packages/unix/FreeBSD/${DISTNAME}" ;;
UK-3) FTP_PATH="ftp://unix.hensa.ac.uk/pub/walnut.creek/FreeBSD/${DISTNAME}" ;;