From 5b83f1d7bb602359b1fd7f8a4cee54b60077320f Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 20 Nov 1994 05:44:16 +0000 Subject: [PATCH] Add Russian mirror site to list. --- release/instdist.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/release/instdist.sh b/release/instdist.sh index 77fd899b98e..7f6db94f6f3 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"