svn commit: r217364 - head/usr.sbin/spkrtest

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Jan 13 17:30:18 UTC 2011


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 \


More information about the svn-src-all mailing list