summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-12-02 03:34:14 +0000
committerjkh <jkh@FreeBSD.org>1998-12-02 03:34:14 +0000
commitddd22db1e85f1166427316ea8456bdd2f102b42a (patch)
treeae71768c68ce203f8c3c6c9de4102d765f1d8f7c /release
parent5573a04e2767cca51e6dd838336394b5b0bbce85 (diff)
downloadFreeBSD-src-ddd22db1e85f1166427316ea8456bdd2f102b42a.zip
FreeBSD-src-ddd22db1e85f1166427316ea8456bdd2f102b42a.tar.gz
Update for XFree86 3.3.3
Diffstat (limited to 'release')
-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 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, ' ', ' ', ' ' },
OpenPOWER on IntegriCloud