aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/menus.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-06-09 01:19:44 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-06-09 01:19:44 +0000
commitd67262d269f2537e1c01789c6774e97b0be22648 (patch)
tree6ae72dad5959023d384c5f764203673da9407350 /release/sysinstall/menus.c
parent833bdc932cfb0f3d8b0179379649f6aa7e93f1ff (diff)
downloadsrc-d67262d269f2537e1c01789c6774e97b0be22648.tar.gz
src-d67262d269f2537e1c01789c6774e97b0be22648.zip
1. Make it possible to set up all the TCP/IP values from a script.
2. Update to XFree86 3.3
Notes
Notes: svn path=/head/; revision=26514
Diffstat (limited to 'release/sysinstall/menus.c')
-rw-r--r--release/sysinstall/menus.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 546e9283f89a..490dcb91cff9 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.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, ' ', ' ', ' ' },