diff options
author | Bill Nottingham <notting@redhat.com> | 2008-10-30 10:07:07 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-10-30 10:07:07 -0400 |
commit | 2f9361014f72bc6d53b95738048278d87978227d (patch) | |
tree | d15cf9c4369c37381ba6fe3b257316d12396f718 /rc.d/init.d/halt | |
parent | 33edcfbe273ca11217f47fd031ee7e8b3e23e0e7 (diff) | |
download | initscripts-2f9361014f72bc6d53b95738048278d87978227d.tar initscripts-2f9361014f72bc6d53b95738048278d87978227d.tar.gz initscripts-2f9361014f72bc6d53b95738048278d87978227d.tar.bz2 initscripts-2f9361014f72bc6d53b95738048278d87978227d.tar.xz initscripts-2f9361014f72bc6d53b95738048278d87978227d.zip |
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.
Diffstat (limited to 'rc.d/init.d/halt')
-rwxr-xr-x | rc.d/init.d/halt | 2 |
1 files changed, 0 insertions, 2 deletions
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 |