slitaz-boot-scripts rev 43

Typo in hwconf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 05 09:30:21 2008 +0000 (2008-03-05)
parents 3da6316620ef
children b816cb7cece4
files etc/init.d/hwconf.sh
line diff
     1.1 --- a/etc/init.d/hwconf.sh	Wed Mar 05 09:27:30 2008 +0000
     1.2 +++ b/etc/init.d/hwconf.sh	Wed Mar 05 09:30:21 2008 +0000
     1.3 @@ -23,11 +23,11 @@
     1.4  	noconf)
     1.5  		echo "Sound configuration is disable from cmdline...";;
     1.6  	*)
     1.7 -		echo "Using sound kernel module $DRIVER...";;
     1.8 +		echo "Using sound kernel module $DRIVER..."
     1.9  		echo "snd-$DRIVER" > /var/lib/sound-card-driver;;
    1.10  	esac
    1.11  elif [ ! -f /var/lib/sound-card-driver ]; then
    1.12 -	if [ -f /usr/sbin/soundconf ]; then
    1.13 +	if [ -x /usr/sbin/soundconf ]; then
    1.14  		# Start soundconf to config driver and load module for Live mode
    1.15  		/usr/sbin/soundconf
    1.16  	else