From 6fa3f6a9a1dab63694ef8a4f97eab4352d567f1c Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Mon, 4 Mar 2013 08:54:58 -0800 Subject: [PATCH] spkrtest: use new dialog auto-sizing syntax. Obtained-from: FreeBSD --- usr.sbin/spkrtest/spkrtest.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.sbin/spkrtest/spkrtest.sh b/usr.sbin/spkrtest/spkrtest.sh index f942940547..7dc9bf230d 100644 --- a/usr.sbin/spkrtest/spkrtest.sh +++ b/usr.sbin/spkrtest/spkrtest.sh @@ -29,8 +29,7 @@ # # Inspired on spkrtest.pl, rewritten from scratch to remove perl dependency # $VER: spkrtest 0.3 (9.5.2002) Riccardo "VIC" Torrini -# $FreeBSD: src/usr.sbin/spkrtest/spkrtest.sh,v 1.3 2002/05/16 18:51:57 markm Exp $ -# $DragonFly: src/usr.sbin/spkrtest/spkrtest.sh,v 1.1 2004/11/16 22:21:15 joerg Exp $ +# $FreeBSD: head/usr.sbin/spkrtest/spkrtest.sh 217364 2011-01-13 17:30:18Z nwhitehorn $ # cleanExit() { @@ -54,7 +53,7 @@ fi /usr/bin/dialog --title "Speaker test" --checklist \ "Please select the melodies you wish to play (space for select)" \ - -1 -1 10 \ + 0 0 0 \ reveille "Reveille" OFF \ contact "Contact theme from Close Encounters" OFF \ dance "Lord of the Dance (aka Simple Gifts)" OFF \ -- 2.11.4.GIT