diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 3d5a0ff9e17..e9ddc05e4f8 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.71 1996/06/17 19:33:27 jkh Exp $ + * $Id: menus.c,v 1.72 1996/06/26 09:09:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -520,6 +520,8 @@ guaranteed to carry the full range of possible distributions.", VAR_FTP_PATH "=ftp://ftp.za.freebsd.org/pub/FreeBSD/" }, { "South Africa #2", "ftp2.za.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp2.za.freebsd.org/pub/FreeBSD/" }, + { "South Africa #3", "ftp3.za.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp3.za.freebsd.org/pub/FreeBSD/" }, { "Sweden", "ftp.luth.se", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.luth.se/pub/FreeBSD/" }, { "Taiwan", "ftp.tw.freebsd.org", NULL, dmenuSetVariable, NULL, diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 3d5a0ff9e17..e9ddc05e4f8 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.71 1996/06/17 19:33:27 jkh Exp $ + * $Id: menus.c,v 1.72 1996/06/26 09:09:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -520,6 +520,8 @@ guaranteed to carry the full range of possible distributions.", VAR_FTP_PATH "=ftp://ftp.za.freebsd.org/pub/FreeBSD/" }, { "South Africa #2", "ftp2.za.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp2.za.freebsd.org/pub/FreeBSD/" }, + { "South Africa #3", "ftp3.za.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp3.za.freebsd.org/pub/FreeBSD/" }, { "Sweden", "ftp.luth.se", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.luth.se/pub/FreeBSD/" }, { "Taiwan", "ftp.tw.freebsd.org", NULL, dmenuSetVariable, NULL, diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 3d5a0ff9e17..e9ddc05e4f8 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.71 1996/06/17 19:33:27 jkh Exp $ + * $Id: menus.c,v 1.72 1996/06/26 09:09:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -520,6 +520,8 @@ guaranteed to carry the full range of possible distributions.", VAR_FTP_PATH "=ftp://ftp.za.freebsd.org/pub/FreeBSD/" }, { "South Africa #2", "ftp2.za.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp2.za.freebsd.org/pub/FreeBSD/" }, + { "South Africa #3", "ftp3.za.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp3.za.freebsd.org/pub/FreeBSD/" }, { "Sweden", "ftp.luth.se", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.luth.se/pub/FreeBSD/" }, { "Taiwan", "ftp.tw.freebsd.org", NULL, dmenuSetVariable, NULL,