diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 69716c877c84..c76d345160fb 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.124 1997/03/11 06:40:38 jkh Exp $ + * $Id: menus.c,v 1.125 1997/03/11 16:44:00 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -803,7 +803,7 @@ DMenu MenuXF86SelectCore = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, "XFree86 3.2 base distribution types", "Please check off the basic XFree86 components you wish to install.\n" - "Bin, lib, xicf, and xdcf are recommended for a minimum installaion.", + "Bin, lib, and set are recommended for a minimum installaion.", "Press F1 to read the XFree86 release notes for FreeBSD", "XF86", { { "bin", "Client applications and shared libs", diff --git a/release/sysinstall/register.c b/release/sysinstall/register.c index c381da3c0ab2..102923cc3c00 100644 --- a/release/sysinstall/register.c +++ b/release/sysinstall/register.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: register.c,v 1.1 1997/03/09 22:25:48 jkh Exp $ + * $Id: register.c,v 1.2 1997/03/11 00:07:59 jkh Exp $ * * Copyright (c) 1997 * Jordan Hubbard. All rights reserved. @@ -175,6 +175,7 @@ handle_registration(void) hotspots[COMMERCE_EMAIL].sel ? "yes" : "no", hotspots[COMMERCE_MAIL].sel ? "yes" : "no", hotspots[ANNOUNCE_LIST].sel ? "yes" : "no", hotspots[NEWSLETTER].sel == 0 ? "no" : hotspots[NEWSLETTER].sel == 1 ? "postal" : "email"); + fprintf(fp, "%s\n", RELEASE_NAME); fprintf(fp, "\n"); fclose(fp); if (!msgYesNo("Do you have a working network connection and outgoing email\n" diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 69716c877c84..c76d345160fb 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.124 1997/03/11 06:40:38 jkh Exp $ + * $Id: menus.c,v 1.125 1997/03/11 16:44:00 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -803,7 +803,7 @@ DMenu MenuXF86SelectCore = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, "XFree86 3.2 base distribution types", "Please check off the basic XFree86 components you wish to install.\n" - "Bin, lib, xicf, and xdcf are recommended for a minimum installaion.", + "Bin, lib, and set are recommended for a minimum installaion.", "Press F1 to read the XFree86 release notes for FreeBSD", "XF86", { { "bin", "Client applications and shared libs", diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 69716c877c84..c76d345160fb 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.124 1997/03/11 06:40:38 jkh Exp $ + * $Id: menus.c,v 1.125 1997/03/11 16:44:00 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -803,7 +803,7 @@ DMenu MenuXF86SelectCore = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, "XFree86 3.2 base distribution types", "Please check off the basic XFree86 components you wish to install.\n" - "Bin, lib, xicf, and xdcf are recommended for a minimum installaion.", + "Bin, lib, and set are recommended for a minimum installaion.", "Press F1 to read the XFree86 release notes for FreeBSD", "XF86", { { "bin", "Client applications and shared libs",