From owner-freebsd-bugs Sun Feb 28 6:10:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACF3B15207 for ; Sun, 28 Feb 1999 06:10:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA84386; Sun, 28 Feb 1999 06:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail0.iij.ad.jp (mail0.iij.ad.jp [202.232.2.113]) by hub.freebsd.org (Postfix) with ESMTP id A44081528E for ; Sun, 28 Feb 1999 06:09:10 -0800 (PST) (envelope-from kogane@koganemaru.co.jp) Received: from uucp2.iij.ad.jp (uucp2.iij.ad.jp [202.232.2.202]) by mail0.iij.ad.jp (8.8.8/3.6W-MAIL) with SMTP id XAA11864 for ; Sun, 28 Feb 1999 23:08:53 +0900 (JST) Received: (from uucp@localhost) by uucp2.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id XAA03016 for FreeBSD-gnats-submit@freebsd.org; Sun, 28 Feb 1999 23:08:53 +0900 Received: (from kogane@localhost) by kces.koganemaru.co.jp (8.8.8/3.3W9-) id XAA00786; Sun, 28 Feb 1999 23:06:58 +0900 (JST) Message-Id: <199902281406.XAA00786@kces.koganemaru.co.jp> Date: Sun, 28 Feb 1999 23:06:58 +0900 (JST) From: kogane@kces.koganemaru.co.jp Reply-To: kogane@kces.koganemaru.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/10302: sysinstall help file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10302 >Category: misc >Synopsis: installer >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 28 06:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Nobuyuki Koganemaru (making FreeBSD(98) 3.1-RELEASE instllator) >Release: FreeBSD 3.1-RELEASE i386 >Organization: KOGANEMARU Computer Engineering Service Corporation. >Environment: 3.1-RELEASE i386 installation. >Description: can't view XFree86 help file. >How-To-Repeat: I didn't yet. but source code find. >Fix: --- release/Makefile.orig Sun Feb 14 23:09:43 1999 +++ release/Makefile Sun Feb 28 22:56:21 1999 @@ -438,7 +438,7 @@ echo "domain 53/udp nameserver" >> ${RD}/mfsfd/stand/etc/services echo "cmd 514/tcp shell" >> ${RD}/mfsfd/stand/etc/services gzip -9c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz - for i in README.TXT RELNOTES.TXT INSTALL.TXT UPGRADE.TXT HARDWARE.TXT; do \ + for i in README.TXT RELNOTES.TXT INSTALL.TXT UPGRADE.TXT HARDWARE.TXT XFREE86.TXT; do \ gzip -9c ${.CURDIR}/texts/$${i} > ${RD}/mfsfd/stand/help/$${i}.gz; done -test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd @mkdir -p ${RD}/mfsfd/boot --- release/sysinstall/menus.c.orig Mon Feb 15 06:35:55 1999 +++ release/sysinstall/menus.c Sun Feb 28 22:54:32 1999 @@ -424,7 +424,7 @@ "new users, but it may work in situations where the fancier one\n" "does not.", "Press F1 to read the XFree86 release notes for FreeBSD", - "XF86", + "XFREE86", { { "XF86Setup", "Fully graphical XFree86 configuration tool.", NULL, dmenuSetVariable, NULL, VAR_XF86_CONFIG "=XF86Setup" }, { "xf86config", "Shell-script based XFree86 configuration tool.", @@ -856,7 +856,7 @@ "Please select the components you need from the XFree86 3.3.3.1\n" "distribution sets.", "Press F1 to read the XFree86 release notes for FreeBSD", - "XF86", + "XFREE86", { { "Basic", "Basic component menu (required)", NULL, dmenuSubmenu, NULL, &MenuXF86SelectCore }, { "Server", "X server menu", NULL, dmenuSubmenu, NULL, &MenuXF86SelectServer }, { "Fonts", "Font set menu", NULL, dmenuSubmenu, NULL, &MenuXF86SelectFonts }, @@ -872,7 +872,7 @@ "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", - "XF86", + "XFREE86", { { "bin", "Client applications and shared libs", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_BIN }, { "cfg", "Configuration files", @@ -916,7 +916,7 @@ 75 DPI and misc fonts if you're also installing a server\n\ (these are selected by default).", "Press F1 to read the XFree86 release notes for FreeBSD", - "XF86", + "XFREE86", { { "fnts", "Standard 75 DPI and miscellaneous fonts", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86FontDists, '[', 'X', ']', DIST_XF86_FONTS_MISC }, { "f100", "100 DPI fonts", @@ -946,7 +946,7 @@ "it is recommended that try the SVGA or VGA16 servers or, for PC98\n" "machines, the 9EGC or 9840 servers.", "Press F1 to read the XFree86 release notes for FreeBSD", - "XF86", + "XFREE86", { { "SVGA", "Standard VGA or Super VGA card", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_SVGA }, { "VGA16", "Standard 16 color VGA card", @@ -994,7 +994,7 @@ it is recommended that try the SVGA or VGA16 servers (the VGA16 and\n\ Mono servers are particularly well-suited to most LCD displays).", "Press F1 to read the XFree86 release notes for FreeBSD", - "XF86", + "XFREE86", { { "9480", "PC98 8-bit (256 color) PEGC-480 card", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_9480 }, { "9EGC", "PC98 4-bit (16 color) EGC card", >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message