From 2f9361014f72bc6d53b95738048278d87978227d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 30 Oct 2008 10:07:07 -0400 Subject: Fix code that causes a syntax error on multiple cards. (#469156) Just remove the compatibility case, and conflict with older alsa-utils that would require it. --- rc.d/init.d/halt | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index f88c04ab..5dac7adc 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -78,8 +78,6 @@ action $"Sending all processes the KILL signal..." /sbin/killall5 -9 # Save mixer settings, here for lack of a better place. if [ -s /etc/alsa/alsactl.conf -a -x /sbin/alsactl ]; then action $"Saving mixer settings" /sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --ignore store -elif [ -r /proc/asound/card[0123456789] -a -x /sbin/salsa ]; then - action $"Saving mixer settings" /sbin/salsa -s fi # Save random seed -- cgit v1.2.1