From 328d28c6502cfec45b8ead98e18b2d8638499efb Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 9 Jun 1997 01:19:44 +0000 Subject: 1. Make it possible to set up all the TCP/IP values from a script. 2. Update to XFree86 3.3 --- usr.sbin/sade/menus.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr.sbin/sade/menus.c') diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 546e928..490dcb9 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/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.135 1997/05/23 18:54:29 jkh Exp $ + * $Id: menus.c,v 1.136 1997/05/27 16:41:52 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -736,7 +736,7 @@ DMenu MenuSubDistributions = { { "Xaccel", "The XiG AcceleratedX 3.1 distribution", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_XIG_SERVER }, #else - { "XFree86", "The XFree86 3.2 distribution", + { "XFree86", "The XFree86 3.3 distribution", x11FlagCheck, distSetXF86 }, #endif { "All", "All sources, binaries and X Window System binaries", @@ -823,8 +823,8 @@ DMenu MenuSrcDistributions = { #ifndef USE_XIG_ENVIRONMENT DMenu MenuXF86Select = { DMENU_NORMAL_TYPE, - "XFree86 3.2 Distribution", - "Please select the components you need from the XFree86 3.2\n" + "XFree86 3.3 Distribution", + "Please select the components you need from the XFree86 3.3\n" "distribution sets.", "Press F1 to read the XFree86 release notes for FreeBSD", "XF86", @@ -839,7 +839,7 @@ DMenu MenuXF86Select = { DMenu MenuXF86SelectCore = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, - "XFree86 3.2 base distribution types", + "XFree86 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", @@ -870,9 +870,9 @@ DMenu MenuXF86SelectCore = { { "set", "XFree86 Setup Utility", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SET }, #endif - { "sources", "XFree86 3.2 standard sources", + { "sources", "XFree86 3.3 standard sources", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SRC }, - { "csources", "XFree86 3.2 contrib sources", + { "csources", "XFree86 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