Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 16:41:43 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260260 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201401041641.s04GfhfQ099327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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