diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-03-14 05:17:12 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-03-14 05:17:12 +0000 |
| commit | 6ebe9a26f23372a13c900a2bc05fb83bd2b5f764 (patch) | |
| tree | 9c01f16c8e5745c4160cf03913d836fe6c052069 /release | |
| parent | 8cd1da54dd88322453d932b1ac9b7504b6b1ac24 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/menus.c | 4 | ||||
| -rw-r--r-- | release/sysinstall/register.c | 3 |
2 files changed, 4 insertions, 3 deletions
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, "<version>%s</version>\n", RELEASE_NAME); fprintf(fp, "</entry>\n"); fclose(fp); if (!msgYesNo("Do you have a working network connection and outgoing email\n" |
