Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2011 09:40:12 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/159558: commit references a PR
Message-ID:  <201109160940.p8G9eCMT073593@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/159558; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/159558: commit references a PR
Date: Fri, 16 Sep 2011 09:37:27 +0000 (UTC)

 Author: nwhitehorn
 Date: Fri Sep 16 09:37:13 2011
 New Revision: 225612
 URL: http://svn.freebsd.org/changeset/base/225612
 
 Log:
   Fix WPA setup broken by changes to shell argument passing inside the
   installer network configuration.
   
   PR:		bin/159558
   Approved by:	re (kib)
 
 Modified:
   head/usr.sbin/bsdinstall/scripts/netconfig_ipv4
 
 Modified: head/usr.sbin/bsdinstall/scripts/netconfig_ipv4
 ==============================================================================
 --- head/usr.sbin/bsdinstall/scripts/netconfig_ipv4	Fri Sep 16 09:15:34 2011	(r225611)
 +++ head/usr.sbin/bsdinstall/scripts/netconfig_ipv4	Fri Sep 16 09:37:13 2011	(r225612)
 @@ -35,6 +35,7 @@
  
  INTERFACE=$1
  IFCONFIG_PREFIX="$2"
 +test -z "$IFCONFIG_PREFIX" || IFCONFIG_PREFIX="$2 "
  case "${INTERFACE}" in
  "")	dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
  	    --msgbox 'No interface specified for IPv4 configuration.' 0 0
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109160940.p8G9eCMT073593>