From 80aa31196d50e52ead4734964011dcc7c51f5f88 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 26 Mar 2004 18:20:27 +0000 Subject: duh --- rc.d/init.d/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d/halt') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 60f38601..42a40650 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -65,7 +65,7 @@ runcmd $"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 ]; the +if [ $? = 0 -a -x /usr/sbin/alsactl ]; then runcmd $"Saving mixer settings" alsactl store fi -- cgit v1.2.1