summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-20 12:16:48 +0000
committerjkh <jkh@FreeBSD.org>1994-11-20 12:16:48 +0000
commitf15738db45b2aecfec50ad9d9d50dfd7ed67d4a4 (patch)
tree8d8060b189556cf1f1c1f38a17e25e75c28b5de5 /release
parent695c3c825a45d5483277c655aa9be0a81b4d570c (diff)
downloadFreeBSD-src-f15738db45b2aecfec50ad9d9d50dfd7ed67d4a4.zip
FreeBSD-src-f15738db45b2aecfec50ad9d9d50dfd7ed67d4a4.tar.gz
Eliminate a couple of the last remaining bogons.
Diffstat (limited to 'release')
-rw-r--r--release/instdist.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index 7f6db94..8238260 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.14 1994/11/18 19:09:32 jkh Exp $
+# $Id: instdist.sh,v 1.15 1994/11/20 05:44:16 jkh Exp $
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
return 0
@@ -106,13 +106,13 @@ 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 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}" \
+ "U.S-2" "ftp://ftp.dataplex.net/pub/FreeBSD/${DISTNAME}" \
+ "U.S-3" "ftp://kryten.atinc.com/pub/FreeBSD/${DISTNAME}" \
"Taiwan" "ftp://netbsd.csie.nctu.edu.tw/pub/FreeBSD/${DISTNAME}" \
"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" \
+ "Russia" "ftp://ftp.kiae.su/FreeBSD/${DISTNAME}" \
"other" "None of the above. I want to specify my own." \
2> ${TMP}/menu.tmp.$$
retval=$?
@@ -124,11 +124,11 @@ available from the primary U.S. ftp site.\n\n" -1 -1 9 \
ftp_path="ftp://ftp.freebsd.org/pub/FreeBSD/${DISTNAME}"
;;
- #2-U.S)
+ U.S-2)
ftp_path="ftp://ftp.dataplex.net/pub/FreeBSD/${DISTNAME}"
;;
- #3-U.S)
+ U.S-3)
ftp_path="ftp://kryten.atinc.com/pub/FreeBSD/${DISTNAME}"
;;
@@ -162,9 +162,9 @@ specification (e.g. ftp://ftp.freeBSD.org/pub/FreeBSD/...) or simply
the name of a host to connect to. If only a host name is specified,
the installation assumes that you will properly connect and \"mget\"
the files yourself.\n\n"; then return 1; fi
+ ftp_path=$answer
;;
esac
- return 0
}
media_extract_dist()
OpenPOWER on IntegriCloud