From swear@attbi.com  Wed Feb 12 18:35:44 2003
Return-Path: <swear@attbi.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 36FB037B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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" <swear@attbi.com>
Reply-To: swear@attbi.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: sysinstall's install.c message has "try and retry".
X-GNATS-Notify:

>Number:         48226
>Category:       misc
>Synopsis:       sysinstall's install.c message has "try and retry".
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 18:40:05 PST 2003
>Closed-Date:    Sat Feb 22 13:18:10 PST 2003
>Last-Modified:  Sat Feb 22 13:18:10 PST 2003
>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:
Responsible-Changed-From-To: freebsd-bugs->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Tue Feb 18 12:27:32 PST 2003 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48226 
State-Changed-From-To: open->patched 
State-Changed-By: ceri 
State-Changed-When: Wed Feb 19 13:48:46 PST 2003 
State-Changed-Why:  
Committed to HEAD in r1.340. 
I'll MFC this before 4.8 too. 

Thanks again. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48226 
State-Changed-From-To: patched->closed 
State-Changed-By: ceri 
State-Changed-When: Sat Feb 22 13:17:48 PST 2003 
State-Changed-Why:  
The change was MFC'd.  Thanks again. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48226 
>Unformatted:
