From nobody@FreeBSD.org  Thu Sep 29 21:43:51 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 933AC1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Sep 2011 21:43:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 83DAE8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Sep 2011 21:43:51 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8TLhpo9074029
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Sep 2011 21:43:51 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p8TLhpBi074021;
	Thu, 29 Sep 2011 21:43:51 GMT
	(envelope-from nobody)
Message-Id: <201109292143.p8TLhpBi074021@red.freebsd.org>
Date: Thu, 29 Sep 2011 21:43:51 GMT
From: Isaac Elbaz <isaacelb@buffalo.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: bsdinstall mispelled "resovler settings"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         161134
>Category:       misc
>Synopsis:       bsdinstall mispelled "resovler settings"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 29 21:50:11 UTC 2011
>Closed-Date:    Thu Sep 29 22:01:24 UTC 2011
>Last-Modified:  Thu Sep 29 22:01:24 UTC 2011
>Originator:     Isaac Elbaz
>Release:        9.0-BETA2
>Organization:
>Environment:
FreeBSD bsdbox 9.0-BETA2 FreeBSD 9.0-BETA2 #0: Wed Aug 31 18:07:44 UTC 2011     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
while installing FreeBSD 9.0-BETA2, I was asked to provide "resovler" settings.
>How-To-Repeat:
run bsdinstall and 
>Fix:
modified bsdinstall/scripts/netconfig

Patch attached with submission follows:

--- netconfig	2011-09-29 17:37:32.000000000 -0400
+++ modified-netconfig	2011-09-29 17:37:50.000000000 -0400
@@ -165,7 +165,7 @@
 exec 3>&1
 RESOLV=$(echo "${RESOLV}" | xargs dialog --backtitle 'FreeBSD Installer' \
 	--title 'Network Configuration' \
-	--mixedform 'Resovler Configuration' 0 0 0 \
+	--mixedform 'Resolver Configuration' 0 0 0 \
 2>&1 1>&3)
 if [ $? -eq $DIALOG_CANCEL ]; then exec $0; fi
 exec 3>&-


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: gjb 
State-Changed-When: Thu Sep 29 22:00:33 UTC 2011 
State-Changed-Why:  
This has been fixed in r225430 and is correct in -BETA3. 

Thanks for making FreeBSD better! 


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