diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-30 12:38:30 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-30 12:38:30 +0000 |
commit | 87d30e5f1242bc92c630a32f8b01db76dc6fa97a (patch) | |
tree | 2b2d0e202b8aff563310407294a4a2a02f422e94 | |
parent | 5754a5a4c63f9a27c73fe745dd521ae394fbc2fa (diff) |
Notes
-rw-r--r-- | release/sysinstall/menus.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 2a5549aa141c..3526f7e94114 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.89.2.80 1998/11/05 17:47:42 jkh Exp $ + * $Id: menus.c,v 1.89.2.81 1998/11/24 00:20:45 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -759,7 +759,7 @@ DMenu MenuSubDistributions = { srcFlagCheck, distSetSrc }, { "ports", "The FreeBSD Ports collection", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS }, - { "XFree86", "The XFree86 3.3.2.3 distribution", + { "XFree86", "The XFree86 3.3.3 distribution", x11FlagCheck, distSetXF86 }, { "All", "All sources, binaries and X Window System binaries", NULL, distSetEverything, NULL, NULL, ' ', ' ', ' ' }, @@ -846,8 +846,8 @@ DMenu MenuSrcDistributions = { DMenu MenuXF86Select = { DMENU_NORMAL_TYPE, - "XFree86 3.3.2.3 Distribution", - "Please select the components you need from the XFree86 3.3.2.3\n" + "XFree86 3.3.3 Distribution", + "Please select the components you need from the XFree86 3.3.3\n" "distribution sets.", "Press F1 to read the XFree86 release notes for FreeBSD", "XF86", @@ -862,7 +862,7 @@ DMenu MenuXF86Select = { DMenu MenuXF86SelectCore = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, - "XFree86 3.3.2.3 base distribution types", + "XFree86 3.3.3 base distribution types", "Please check off the basic XFree86 components you wish to install.\n" "Bin, lib, and set are recommended for a minimum installaion.", "Press F1 to read the XFree86 release notes for FreeBSD", @@ -889,9 +889,9 @@ DMenu MenuXF86SelectCore = { dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SET }, { "9set", "XFree86 Setup Utility for PC98 machines", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_9SET }, - { "sources", "XFree86 3.3.2.3 standard sources", + { "sources", "XFree86 3.3.3 standard sources", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SRC }, - { "csources", "XFree86 3.3.2.3 contrib sources", + { "csources", "XFree86 3.3.3 contrib sources", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_CSRC }, { "All", "Select all of the above", NULL, setX11Misc, NULL, NULL, ' ', ' ', ' ' }, |