aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-30 22:52:50 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-30 22:52:50 +0000
commit62e2043daaec5af3cbc14eac2a51c3a9160bf322 (patch)
tree7b3e91219a786530872c69655287f88d401ad975 /release
parent120ca2ec49b3b231f253e5e7e6f51ba7d0e4fa9e (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/scripts/instdist.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/scripts/instdist.sh b/release/scripts/instdist.sh
index 50e63d144d4f..68f055a38d4f 100644
--- a/release/scripts/instdist.sh
+++ b/release/scripts/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.5 1995/01/28 09:07:48 jkh Exp $
+# $Id: instdist.sh,v 1.6 1995/01/29 01:35:24 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -128,6 +128,7 @@ Please use arrow keys to scroll through all items." \
"Korea" "ftp.cau.ac.kr" \
"Netherlands" "ftp.nl.net" \
"Russia" "ftp.kiae.su" \
+ "Sweden" "ftp.luth.se" \
"Taiwan" "netbsd.csie.nctu.edu.tw" \
"Thailand" "ftp.nectec.or.th" \
"UK" "ftp.demon.co.uk" \
@@ -161,6 +162,7 @@ Please use arrow keys to scroll through all items." \
Korea) FTP_PATH="ftp://ftp.cau.ac.kr/pub/FreeBSD/${DISTNAME}" ;;
Netherlands) FTP_PATH="ftp://ftp.nl.net/pub/os/FreeBSD/${DISTNAME}" ;;
Russia) FTP_PATH="ftp://ftp.kiae.su/FreeBSD/${DISTNAME}" ;;
+ Sweden) FTP_PATH="ftp://ftp.luth.se/pub/FreeBSD/${DISTNAME}" ;;
Taiwan) FTP_PATH="ftp://netbsd.csie.nctu.edu.tw/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}" ;;