1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

1. Add bump release number nag to start of release rule. Thx to Philippe

for suggestion!
2. Add Thailand to list of mirrors.
This commit is contained in:
Jordan K. Hubbard 1995-01-07 11:09:50 +00:00
parent d8e5ab9731
commit 4ca969939b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5424
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.68 1994/12/23 02:25:32 jkh Exp $
# $Id: Makefile,v 1.69 1994/12/23 03:29:58 jkh Exp $
#
FLOPPY= fd0
@ -128,6 +128,7 @@ release20:
@echo "It will otherwise blow away your root directory!"
@exit 1
.endif
@echo "Did you remember to increment the release number?"
( cd ${.CURDIR} ; ${MAKE} clean)
-mkdir ${RELEASEDIR}
chflags -R noschg ${RELEASEDIR}/.

View File

@ -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.46 1994/12/23 03:30:02 jkh Exp $
# $Id: instdist.sh,v 1.47 1994/12/23 05:11:16 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@ -96,8 +96,9 @@ Please select the site closest to you or \"other\" if you'd like\n\
to specify another choice. Also note that not all sites carry\n\
every possible distribution! Distributions other than the basic\n\
binary set are only guaranteed to be available from the Primary site.\n\
If the first site selected doesn't respond, try one of the alternates.\n\
Please use arrow keys to scroll through all items." \
-1 -1 6 \
-1 -1 5 \
"Primary" "ftp.freebsd.org" \
"Australia" "ftp.physics.usyd.edu.au" \
"Finland" "nic.funet.fi" \
@ -114,6 +115,7 @@ Please use arrow keys to scroll through all items." \
"Netherlands" "ftp.nl.net" \
"Russia" "ftp.kiae.su" \
"Taiwan" "netbsd.csie.nctu.edu.tw" \
"Thailand" "ftp.nectec.or.th" \
"UK" "ftp.demon.co.uk" \
"UK-2" "src.doc.ic.ac.uk" \
"UK-3" "unix.hensa.ac.uk" \
@ -144,6 +146,7 @@ Please use arrow keys to scroll through all items." \
Netherlands) FTP_PATH="ftp://ftp.nl.net/pub/os/FreeBSD/${DISTNAME}" ;;
Russia) FTP_PATH="ftp://ftp.kiae.su/FreeBSD/${DISTNAME}" ;;
Taiwan) FTP_PATH="ftp://netbsd.csie.nctu.edu.tw/pub/FreeBSD/${DISTNAME}" ;;
Thailand) FTP_PATH="ftp.nectec.or.th/pub/FreeBSD/${DISTNAME}" ;;
UK) FTP_PATH="ftp://ftp.demon.co.uk/pub/BSD/FreeBSD/${DISTNAME}" ;;
UK-2) FTP_PATH="ftp://src.doc.ic.ac.uk/packages/unix/FreeBSD/${DISTNAME}" ;;
UK-3) FTP_PATH="ftp://unix.hensa.ac.uk/pub/walnut.creek/FreeBSD/${DISTNAME}" ;;