From owner-freebsd-bugs Wed Feb 12 18:40:10 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C9C137B401 for ; Wed, 12 Feb 2003 18:40:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 397E443FCB for ; Wed, 12 Feb 2003 18:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1D2e6NS035283 for ; Wed, 12 Feb 2003 18:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1D2e6YS035282; Wed, 12 Feb 2003 18:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36FB037B401 for ; Wed, 12 Feb 2003 18:35:44 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A431C43F75 for ; Wed, 12 Feb 2003 18:35:43 -0800 (PST) (envelope-from swear@attbi.com) Received: from localhost.localdomain (unknown[12.242.158.67]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <20030213023543051007e2sve>; Thu, 13 Feb 2003 02:35:43 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.6/8.12.5) with ESMTP id h1D2Xp5F048751 for ; Wed, 12 Feb 2003 18:33:51 -0800 (PST) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.6/8.12.5/Submit) id h1D2XkcA048748; Wed, 12 Feb 2003 18:33:46 -0800 (PST) (envelope-from swear@attbi.com) Message-Id: <5gof5g6h9x.f5g@localhost.localdomain> Date: 12 Feb 2003 18:33:46 -0800 From: "Gary W. Swearingen" Reply-To: swear@attbi.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: misc/48226: sysinstall's install.c message has "try and retry". Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48226 >Category: misc >Synopsis: sysinstall's install.c message has "try and retry". >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 12 18:40:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: FreeBSD 4.7-STABLE i386 >Organization: none >Environment: n/a >Description: The sysinstall program's install.c file has a message in it with this odd sentence: You can also choose "No" at the next prompt and go back into the installation menus to try and retry whichever operations have failed. (It was probably meant to say "to try to retry", which is almost as bad.) >How-To-Repeat: n/a >Fix: Patch based on * $FreeBSD: src/release/sysinstall/install.c,v 1.268.2.41 2002/10/18 16:13:39 matusita Exp $ --- /pr/work/install..orig.c Wed Feb 12 18:24:21 2003 +++ /pr/work/install.c Wed Feb 12 18:24:43 2003 @@ -590,7 +590,7 @@ msgConfirm("Installation completed with some errors. You may wish to\n" "scroll through the debugging messages on VTY1 with the\n" "scroll-lock feature. You can also choose \"No\" at the next\n" - "prompt and go back into the installation menus to try and retry\n" + "prompt and go back into the installation menus to retry\n" "whichever operations have failed."); return i; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message