]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Use more generic f_yesno() from provided API
authordteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 01:42:13 +0000 (01:42 +0000)
committerdteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 01:42:13 +0000 (01:42 +0000)
usr.sbin/bsdinstall/scripts/wlanconfig

index d2b307f88c7cf5332474e354ea2585dbe68ec667..4b7f559e93d64ed95f2c989e1575bc078a78a369 100755 (executable)
@@ -254,7 +254,7 @@ while :; do
        $DIALOG_CANCEL)
                # here we ask if the user wants to select the network manually
                f_dialog_title "Network Selection"
-               f_dialog_yesno "Do you want to select the network manually?" || exit 1
+               f_yesno "Do you want to select the network manually?" || exit 1
                f_dialog_input NETWORK "Enter SSID" || exit 1
                ENCRYPTION=$( $DIALOG \
                        --title "$DIALOG_TITLE" \