# HG changeset patch # User Pascal Bellard # Date 1204709421 0 # Node ID 46f1b3ef0c8b63ef25ddc6456bdc9460d6bb3c9d # Parent 3da6316620ef8524839d86a6e3c814b824d2c0c0 Typo in hwconf diff -r 3da6316620ef -r 46f1b3ef0c8b etc/init.d/hwconf.sh --- a/etc/init.d/hwconf.sh Wed Mar 05 09:27:30 2008 +0000 +++ b/etc/init.d/hwconf.sh Wed Mar 05 09:30:21 2008 +0000 @@ -23,11 +23,11 @@ noconf) echo "Sound configuration is disable from cmdline...";; *) - echo "Using sound kernel module $DRIVER...";; + echo "Using sound kernel module $DRIVER..." echo "snd-$DRIVER" > /var/lib/sound-card-driver;; esac elif [ ! -f /var/lib/sound-card-driver ]; then - if [ -f /usr/sbin/soundconf ]; then + if [ -x /usr/sbin/soundconf ]; then # Start soundconf to config driver and load module for Live mode /usr/sbin/soundconf else