slitaz-tools diff tinyutils/soundconf @ rev 516

tazx: incorrect tux; slitaz installer creates 1008 user
author Rohit Joshi <jozee@slitaz.org>
date Wed Nov 10 20:26:12 2010 -0500 (2010-11-10)
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 Nov 10 20:26:12 2010 -0500
     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."