From b2e0ac613dc8983b4fe8f1712ccfb934cd4bf8c0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 19 Apr 2007 19:52:18 +0000 Subject: use sound saving wrapper from alsa-utils; conflict with older versions (#236916) --- rc.d/init.d/halt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d/init.d/halt') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 2e5d8150..74bcb635 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -74,8 +74,8 @@ action $"Sending all processes the KILL signal..." /sbin/killall5 -9 # Save mixer settings, here for lack of a better place. grep -q "\(alsa\)" /proc/devices -if [ $? = 0 -a -x /usr/sbin/alsactl ]; then - action $"Saving mixer settings" alsactl store +if [ $? = 0 -a -x /sbin/salsa ]; then + action $"Saving mixer settings" /sbin/salsa -s fi # Save random seed -- cgit v1.2.1