Change default master site to cvsup-master.freebsd.org.

Submitted by:	Josef Karthauser <joe@pavilion.net>
This commit is contained in:
John Polstra 1999-09-29 16:36:50 +00:00
parent c60d7dccc8
commit 0102a88b75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22069

View file

@ -92,7 +92,7 @@ else
domestic=no
fi
host=$(ask "Master site for your non-crypto updates" freefall.freebsd.org)
host=$(ask "Master site for your non-crypto updates" cvsup-master.freebsd.org)
if [ ${domestic} = yes ]; then
dflt_host_crypto=${host}
else