Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 02:45:07 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309992 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201612130245.uBD2j7Jw071020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Tue Dec 13 02:45:07 2016
New Revision: 309992
URL: https://svnweb.freebsd.org/changeset/base/309992

Log:
  Restore previous comment

Modified:
  head/usr.sbin/bsdinstall/scripts/wlanconfig

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 02:44:33 2016	(r309991)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 02:45:07 2016	(r309992)
@@ -175,6 +175,7 @@ if ! f_eval_catch -d wlanconfig wpa_cli 
 		'wpa_supplicant -B -i "%s" -c "%s/wpa_supplicant.conf"' \
 		"$1" "$BSDINSTALL_TMPETC" || exit 1
 
+	# See if we succeeded
 	f_eval_catch wlanconfig wpa_cli "wpa_cli ping" || exit 1
 fi
 



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