bin/159558: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Sep 16 09:40:12 UTC 2011


The following reply was made to PR bin/159558; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list