summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2014-01-15 08:12:19 +0000
committerdteske <dteske@FreeBSD.org>2014-01-15 08:12:19 +0000
commitb12b4da87e82a2337a766db07e96d7b9de3a6860 (patch)
treeefc05e25d4eeaf0f29480339cedd48cbe4bce7e6
parentc7d6611e4d007aec21fb07f8518bdf3bc00e781e (diff)
downloadFreeBSD-src-b12b4da87e82a2337a766db07e96d7b9de3a6860.zip
FreeBSD-src-b12b4da87e82a2337a766db07e96d7b9de3a6860.tar.gz
MFC r260260 (gavin): Remove what appears to be a stray debugging printf.
-rwxr-xr-xusr.sbin/bsdinstall/scripts/wlanconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig
index a1ccaf7..4a1f7af 100755
--- a/usr.sbin/bsdinstall/scripts/wlanconfig
+++ b/usr.sbin/bsdinstall/scripts/wlanconfig
@@ -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 \
OpenPOWER on IntegriCloud