slitaz-tools diff tinyutils/soundconf @ rev 542

Added tag 4.0.2 for changeset f701389ed812
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 23 00:57:30 2011 +0000 (2011-01-23)
parents d10ae2aa1330
children 0c915e47ea57
line diff
     1.1 --- a/tinyutils/soundconf	Thu Mar 20 10:59:28 2008 +0000
     1.2 +++ b/tinyutils/soundconf	Sun Jan 23 00:57:30 2011 +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."