diff options
author | Bill Nottingham <notting@redhat.com> | 2004-03-26 18:20:27 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-03-26 18:20:27 +0000 |
commit | 80aa31196d50e52ead4734964011dcc7c51f5f88 (patch) | |
tree | d58ce27f11c922c169dfd26a55868178197eb657 /rc.d/init.d | |
parent | 7f914b75c275f846240861876fc819d51810cbc7 (diff) | |
download | initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.tar initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.tar.gz initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.tar.bz2 initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.tar.xz initscripts-80aa31196d50e52ead4734964011dcc7c51f5f88.zip |
duhr7-49
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/halt | 2 |
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 |