summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-09-10 10:15:41 +0000
committerjkh <jkh@FreeBSD.org>1997-09-10 10:15:41 +0000
commit9631b54264e1c524f0da7c350dc7838b3711bc30 (patch)
tree7116a8e274784d3a8dc36e590b1fd682e6b9961b /release/sysinstall/menus.c
parente032db2bc7b4ab1b82b16325d8994e5fefc49e94 (diff)
downloadFreeBSD-src-9631b54264e1c524f0da7c350dc7838b3711bc30.zip
FreeBSD-src-9631b54264e1c524f0da7c350dc7838b3711bc30.tar.gz
Update to XFree86 3.3.1
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 f24b3a0..102db59 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.140 1997/06/21 15:45:13 jkh Exp $
+ * $Id: menus.c,v 1.141 1997/07/16 05:22:41 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -735,7 +735,7 @@ DMenu MenuSubDistributions = {
{ "Xaccel", "The XiG AcceleratedX 3.1 distribution",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_XIG_SERVER },
#else
- { "XFree86", "The XFree86 3.3 distribution",
+ { "XFree86", "The XFree86 3.3.1 distribution",
x11FlagCheck, distSetXF86 },
#endif
{ "All", "All sources, binaries and X Window System binaries",
@@ -822,8 +822,8 @@ DMenu MenuSrcDistributions = {
#ifndef USE_XIG_ENVIRONMENT
DMenu MenuXF86Select = {
DMENU_NORMAL_TYPE,
- "XFree86 3.3 Distribution",
- "Please select the components you need from the XFree86 3.3\n"
+ "XFree86 3.3.1 Distribution",
+ "Please select the components you need from the XFree86 3.3.1\n"
"distribution sets.",
"Press F1 to read the XFree86 release notes for FreeBSD",
"XF86",
@@ -838,7 +838,7 @@ DMenu MenuXF86Select = {
DMenu MenuXF86SelectCore = {
DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS,
- "XFree86 3.3 base distribution types",
+ "XFree86 3.3.1 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",
@@ -869,9 +869,9 @@ DMenu MenuXF86SelectCore = {
{ "set", "XFree86 Setup Utility",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SET },
#endif
- { "sources", "XFree86 3.3 standard sources",
+ { "sources", "XFree86 3.3.1 standard sources",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SRC },
- { "csources", "XFree86 3.3 contrib sources",
+ { "csources", "XFree86 3.3.1 contrib sources",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_CSRC },
{ "All", "Select all of the above",
NULL, setX11Misc, NULL, NULL, ' ', ' ', ' ' },
OpenPOWER on IntegriCloud