diff options
author | jkh <jkh@FreeBSD.org> | 1997-05-14 07:12:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-05-14 07:12:47 +0000 |
commit | 650e1ee3549da975495baab3ae536bcccb540a7e (patch) | |
tree | 61adafd44727fa05fc2b78ea5b773cf1a769699a /usr.sbin | |
parent | 717a04bef3d4c42c5586627b6971ac564475bdc2 (diff) | |
download | FreeBSD-src-650e1ee3549da975495baab3ae536bcccb540a7e.zip FreeBSD-src-650e1ee3549da975495baab3ae536bcccb540a7e.tar.gz |
Add SNAP servers to list of FTP sites.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sade/menus.c | 10 | ||||
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index a3b0956..53fd591 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.130 1997/03/27 01:44:11 jkh Exp $ + * $Id: menus.c,v 1.131 1997/04/20 16:46:32 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -466,8 +466,14 @@ DMenu MenuMediaFTP = { "install", { { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" }, - { "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL, + { "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=other" }, + { "3.0 SNAP Server", "current.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" }, + { "2.2 SNAP Server", "releng22.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" }, + { "2.1 SNAP Server", "releng210.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" }, { "Argentina", "ftp.ar.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.ar.freebsd.org/pub/FreeBSD/" }, { "Australia", "ftp.au.freebsd.org", NULL, dmenuSetVariable, NULL, diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index a3b0956..53fd591 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.130 1997/03/27 01:44:11 jkh Exp $ + * $Id: menus.c,v 1.131 1997/04/20 16:46:32 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -466,8 +466,14 @@ DMenu MenuMediaFTP = { "install", { { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" }, - { "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL, + { "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=other" }, + { "3.0 SNAP Server", "current.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" }, + { "2.2 SNAP Server", "releng22.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" }, + { "2.1 SNAP Server", "releng210.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" }, { "Argentina", "ftp.ar.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.ar.freebsd.org/pub/FreeBSD/" }, { "Australia", "ftp.au.freebsd.org", NULL, dmenuSetVariable, NULL, |