misc/161134: bsdinstall mispelled "resovler settings"

Isaac Elbaz isaacelb at buffalo.edu
Thu Sep 29 21:50:12 UTC 2011


>Number:         161134
>Category:       misc
>Synopsis:       bsdinstall mispelled "resovler settings"
>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:   Thu Sep 29 21:50:11 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-bugs mailing list