slitaz-tools diff tinyutils/soundconf @ rev 190

Add tazdialog
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 14 13:52:28 2008 +0000 (2008-05-14)
parents d10ae2aa1330
children 0c915e47ea57
line diff
     1.1 --- a/tinyutils/soundconf	Thu Mar 20 10:59:28 2008 +0000
     1.2 +++ b/tinyutils/soundconf	Wed May 14 13:52:28 2008 +0000
     1.3 @@ -274,7 +274,9 @@
     1.4  cfgfile="/etc/modprobe.conf"
     1.5  
     1.6  # Check for dialog
     1.7 -if which dialog > /dev/null; then
     1.8 +if which tazdialog > /dev/null; then
     1.9 +    DIALOG=tazdialog
    1.10 +elif which dialog > /dev/null; then
    1.11      DIALOG=dialog
    1.12  else
    1.13  	xecho "Error, dialog or whiptail not found."