summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-03-14 05:17:12 +0000
committerjkh <jkh@FreeBSD.org>1997-03-14 05:17:12 +0000
commit9ef8b7ee03bc63a0e9d932c78124550a3ad4ed4f (patch)
tree39bf942e6339de3ef92c6e2dd3262f8c9940376c /release
parent446e6633c02a2270e8ce6ae7f084eaddc348f3f9 (diff)
downloadFreeBSD-src-9ef8b7ee03bc63a0e9d932c78124550a3ad4ed4f.zip
FreeBSD-src-9ef8b7ee03bc63a0e9d932c78124550a3ad4ed4f.tar.gz
o Remove obsolete references in XFree86 menu
o Add version information to registration (suggested by David)
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/menus.c4
-rw-r--r--release/sysinstall/register.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 69716c8..c76d345 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 c381da3..102923c 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"
OpenPOWER on IntegriCloud