summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-20 05:44:16 +0000
committerjkh <jkh@FreeBSD.org>1994-11-20 05:44:16 +0000
commit5adbef2d80ebef5441b83c88897b7b0f917fddb3 (patch)
treef20a9a209cd310727ab45a44a81cf40e35207bba /release
parent69941245d21e87db933ff582647530fee269a159 (diff)
downloadFreeBSD-src-5adbef2d80ebef5441b83c88897b7b0f917fddb3.zip
FreeBSD-src-5adbef2d80ebef5441b83c88897b7b0f917fddb3.tar.gz
Add Russian mirror site to list.
Diffstat (limited to 'release')
-rw-r--r--release/instdist.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index 77fd899..7f6db94 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.13 1994/11/18 17:36:11 jkh Exp $
+# $Id: instdist.sh,v 1.14 1994/11/18 19:09:32 jkh Exp $
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
return 0
@@ -104,7 +104,7 @@ or unable to get a connection. Please select the site closest \n\
to you or select \"other\" if you'd like to specify your own \n\
choice. Also note that not all sites carry the optional package \n\
or XFree86 3.1 distributions! These are only guaranteed to be \n\
-available from the primary U.S. ftp site.\n\n" -1 -1 8 \
+available from the primary U.S. ftp site.\n\n" -1 -1 9 \
"Primary" "ftp://ftp.freebsd.org/pub/FreeBSD/${DISTNAME}" \
"#2-U.S" "ftp://ftp.dataplex.net/pub/FreeBSD/${DISTNAME}" \
"#3-U.S" "ftp://kryten.atinc.com/pub/FreeBSD/${DISTNAME}" \
@@ -112,6 +112,7 @@ available from the primary U.S. ftp site.\n\n" -1 -1 8 \
"Australia" "ftp://ftp.physics.usyd.edu.au/FreeBSD/${DISTNAME}" \
"France" "ftp://ftp.ibp.fr/pub/freeBSD/${DISTNAME}" \
"Finland" "ftp://nic.funet.fi:/pub/unix/FreeBSD/${DISTNAME}" \
+ "Russia" "ftp://ftp.kiae.su/FreeBSD" \
"other" "None of the above. I want to specify my own." \
2> ${TMP}/menu.tmp.$$
retval=$?
@@ -147,6 +148,10 @@ available from the primary U.S. ftp site.\n\n" -1 -1 8 \
ftp_path="ftp://nic.funet.fi:/pub/unix/FreeBSD/${DISTNAME}"
;;
+ Russia)
+ ftp_path="ftp://ftp.kiae.su/FreeBSD/${DISTNAME}"
+ ;;
+
other)
title="FTP Installation Information"
default_value="$ftp_path"
OpenPOWER on IntegriCloud