aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-03-26 18:20:27 +0000
committerBill Nottingham <notting@redhat.com>2004-03-26 18:20:27 +0000
commit80aa31196d50e52ead4734964011dcc7c51f5f88 (patch)
treed58ce27f11c922c169dfd26a55868178197eb657
parent7f914b75c275f846240861876fc819d51810cbc7 (diff)
downloadinitscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.tar
initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.tar.gz
initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.tar.bz2
initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.tar.xz
initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.zip
-rwxr-xr-xrc.d/init.d/halt2
1 files changed, 1 insertions, 1 deletions
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