svn commit: r260260 - head/usr.sbin/bsdinstall/scripts

Gavin Atkinson gavin at FreeBSD.org
Sat Jan 4 16:41:44 UTC 2014


Author: gavin
Date: Sat Jan  4 16:41:43 2014
New Revision: 260260
URL: http://svnweb.freebsd.org/changeset/base/260260

Log:
  Remove what appears to be a stray debugging printf.
  
  MFC after:	1 week

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

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Sat Jan  4 15:51:52 2014	(r260259)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Sat Jan  4 16:41:43 2014	(r260260)
@@ -111,7 +111,6 @@ echo "network={
 	priority=5
 }" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
 elif echo $ENCRYPTION | grep -q WEP; then
-	echo FOO
 	exec 3>&1
 	WEPKEY=`dialog --insecure --backtitle "FreeBSD Installer" \
 	    --title "WEP Setup" --mixedform "" 0 0 0 \


More information about the svn-src-head mailing list