o Remove obsolete references in XFree86 menu

o Add version information to registration (suggested by David)
This commit is contained in:
Jordan K. Hubbard 1997-03-14 05:17:12 +00:00
parent 8cd1da54dd
commit 6ebe9a26f2
4 changed files with 8 additions and 7 deletions
release/sysinstall
usr.sbin
sade
sysinstall

@ -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",

@ -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"

@ -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",

@ -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",