The following reply was made to PR bin/159558; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@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-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"