1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-08 13:28:05 +00:00

Correct SNAP server paths.

Bring in CDE fixes.
This commit is contained in:
Jordan K. Hubbard 1997-05-27 16:41:52 +00:00
parent f79e6ee387
commit e40c79386c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26198
6 changed files with 21 additions and 15 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: config.c,v 1.94 1997/05/26 04:57:56 jkh Exp $
* $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -583,6 +583,8 @@ configXFree86(dialogMenuItem *self)
"to it will actually be /cdrom/CDE/dtinstall when you run it later).\n");
}
else {
if (file_readable("/dist/CDE/post-install"))
systemExecute("/dist/CDE/post-install");
/* Repair the damage done by the CDE installation */
msgNotify("Doing final adjustments to Xaccel distribution...");
systemExecute("/usr/X11R6/lib/X11/AcceleratedX/bin/Xinstall");

View File

@ -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.134 1997/05/22 21:26:10 jkh Exp $
* $Id: menus.c,v 1.135 1997/05/23 18:54:29 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -468,11 +468,11 @@ DMenu MenuMediaFTP = {
{ "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/" },
VAR_FTP_PATH "=ftp://current.freebsd.org/pub/FreeBSD/" },
{ "2.2 SNAP Server", "releng22.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" },
VAR_FTP_PATH "=ftp://releng22.freebsd.org/pub/FreeBSD/" },
{ "2.1 SNAP Server", "releng210.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" },
VAR_FTP_PATH "=ftp://releng210.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,

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: config.c,v 1.94 1997/05/26 04:57:56 jkh Exp $
* $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -583,6 +583,8 @@ configXFree86(dialogMenuItem *self)
"to it will actually be /cdrom/CDE/dtinstall when you run it later).\n");
}
else {
if (file_readable("/dist/CDE/post-install"))
systemExecute("/dist/CDE/post-install");
/* Repair the damage done by the CDE installation */
msgNotify("Doing final adjustments to Xaccel distribution...");
systemExecute("/usr/X11R6/lib/X11/AcceleratedX/bin/Xinstall");

View File

@ -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.134 1997/05/22 21:26:10 jkh Exp $
* $Id: menus.c,v 1.135 1997/05/23 18:54:29 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -468,11 +468,11 @@ DMenu MenuMediaFTP = {
{ "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/" },
VAR_FTP_PATH "=ftp://current.freebsd.org/pub/FreeBSD/" },
{ "2.2 SNAP Server", "releng22.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" },
VAR_FTP_PATH "=ftp://releng22.freebsd.org/pub/FreeBSD/" },
{ "2.1 SNAP Server", "releng210.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" },
VAR_FTP_PATH "=ftp://releng210.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,

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: config.c,v 1.94 1997/05/26 04:57:56 jkh Exp $
* $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -583,6 +583,8 @@ configXFree86(dialogMenuItem *self)
"to it will actually be /cdrom/CDE/dtinstall when you run it later).\n");
}
else {
if (file_readable("/dist/CDE/post-install"))
systemExecute("/dist/CDE/post-install");
/* Repair the damage done by the CDE installation */
msgNotify("Doing final adjustments to Xaccel distribution...");
systemExecute("/usr/X11R6/lib/X11/AcceleratedX/bin/Xinstall");

View File

@ -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.134 1997/05/22 21:26:10 jkh Exp $
* $Id: menus.c,v 1.135 1997/05/23 18:54:29 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -468,11 +468,11 @@ DMenu MenuMediaFTP = {
{ "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/" },
VAR_FTP_PATH "=ftp://current.freebsd.org/pub/FreeBSD/" },
{ "2.2 SNAP Server", "releng22.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" },
VAR_FTP_PATH "=ftp://releng22.freebsd.org/pub/FreeBSD/" },
{ "2.1 SNAP Server", "releng210.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" },
VAR_FTP_PATH "=ftp://releng210.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,