summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-30 22:52:50 +0000
committerjkh <jkh@FreeBSD.org>1995-01-30 22:52:50 +0000
commit014432692695022adc2b1c42bb982ad8f216ae9c (patch)
tree7b3e91219a786530872c69655287f88d401ad975 /release/scripts
parenta86f9e0ecf7aa38ef136c829d1848a382c3cfee5 (diff)
downloadFreeBSD-src-014432692695022adc2b1c42bb982ad8f216ae9c.zip
FreeBSD-src-014432692695022adc2b1c42bb982ad8f216ae9c.tar.gz
Add sweden to list of install sites.
Diffstat (limited to 'release/scripts')
-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 50e63d1..68f055a 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}" ;;
OpenPOWER on IntegriCloud