From ddd22db1e85f1166427316ea8456bdd2f102b42a Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 2 Dec 1998 03:34:14 +0000 Subject: Update for XFree86 3.3.3 --- release/sysinstall/menus.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'release') diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 4adeff5..e9907a6 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.173 1998/11/24 00:18:56 jkh Exp $ + * $Id: menus.c,v 1.174 1998/11/27 22:48:58 jdp Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -765,7 +765,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, ' ', ' ', ' ' }, @@ -852,8 +852,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", @@ -868,7 +868,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", @@ -895,9 +895,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, ' ', ' ', ' ' }, -- cgit v1.1