Date: Thu, 13 Jan 2011 17:30:18 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r217364 - head/usr.sbin/spkrtest Message-ID: <201101131730.p0DHUIbP058081@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nwhitehorn Date: Thu Jan 13 17:30:18 2011 New Revision: 217364 URL: http://svn.freebsd.org/changeset/base/217364 Log: Update spkrtest(8) to use new dialog auto-sizing syntax. Modified: head/usr.sbin/spkrtest/spkrtest.sh Modified: head/usr.sbin/spkrtest/spkrtest.sh ============================================================================== --- head/usr.sbin/spkrtest/spkrtest.sh Thu Jan 13 17:29:05 2011 (r217363) +++ head/usr.sbin/spkrtest/spkrtest.sh Thu Jan 13 17:30:18 2011 (r217364) @@ -53,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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101131730.p0DHUIbP058081>