- Fix a syntax error in kdump init script
This commit is contained in:
parent
dc002368a1
commit
6d2cc25b63
@ -56,7 +56,7 @@ function save_core()
|
|||||||
if [ -x /usr/bin/dumpoops ]; then
|
if [ -x /usr/bin/dumpoops ]; then
|
||||||
makedumpfile --dump-dmesg $coredir/vmcore $coredir/dmesg >/dev/null 2>&1
|
makedumpfile --dump-dmesg $coredir/vmcore $coredir/dmesg >/dev/null 2>&1
|
||||||
dumpoops -d $coredir/dmesg >/dev/null 2>&1
|
dumpoops -d $coredir/dmesg >/dev/null 2>&1
|
||||||
if [$? == 0]; then
|
if [ $? == 0 ]; then
|
||||||
$LOGGER "kernel oops has been collected by abrt tool"
|
$LOGGER "kernel oops has been collected by abrt tool"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 36%{?dist}
|
Release: 37%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component.
|
Summary: The kexec/kdump userspace component.
|
||||||
@ -280,6 +280,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 13 2010 Lubomir Rintel <lkundrak@v3.sk> - 2.0.0-37
|
||||||
|
- Fix a syntax error in kdump init script
|
||||||
|
|
||||||
* Sun Jun 13 2010 Lubomir Rintel <lkundrak@v3.sk> - 2.0.0-36
|
* Sun Jun 13 2010 Lubomir Rintel <lkundrak@v3.sk> - 2.0.0-36
|
||||||
- Cosmetic mkdumprd fixes (drop an unused function, streamline another)
|
- Cosmetic mkdumprd fixes (drop an unused function, streamline another)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user