Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 19:09:17 +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: r309924 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201612121909.uBCJ9H3A081689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Mon Dec 12 19:09:17 2016
New Revision: 309924
URL: https://svnweb.freebsd.org/changeset/base/309924

Log:
  Always pass --default-item parameter to dialog

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

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Dec 12 19:07:42 2016	(r309923)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Dec 12 19:09:17 2016	(r309924)
@@ -126,7 +126,7 @@ dialog_country_select()
 		--backtitle \"$DIALOG_BACKTITLE\" \
 		--title \"Country selection\" \
 		--cancel-label \"Skip\" \
-		$def_item_country \
+		--default-item \"$def_item_country\" \
 		--stdout \
 		--menu \"Select your country.\" \
 		$height $width $rows $countries"



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