svn commit: r260681 - stable/10/usr.sbin/bsdinstall/scripts

Devin Teske dteske at FreeBSD.org
Wed Jan 15 08:12:19 UTC 2014


Author: dteske
Date: Wed Jan 15 08:12:19 2014
New Revision: 260681
URL: http://svnweb.freebsd.org/changeset/base/260681

Log:
  MFC r260260 (gavin): Remove what appears to be a stray debugging printf.

Modified:
  stable/10/usr.sbin/bsdinstall/scripts/wlanconfig
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/wlanconfig	Wed Jan 15 08:10:41 2014	(r260680)
+++ stable/10/usr.sbin/bsdinstall/scripts/wlanconfig	Wed Jan 15 08:12:19 2014	(r260681)
@@ -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-all mailing list