This commit is contained in:
parent
2de9d40b8f
commit
fcc386d98e
@ -100,7 +100,7 @@ this test.
|
||||
|
||||
After the system recovers, verify that a vmcore file was generated in
|
||||
the save dump directory. By default the vmcore file is located in
|
||||
/var/log/dumps/<date-string>.
|
||||
/var/log/dump/<date-string>.
|
||||
|
||||
When a crash occurs, the kernel crash handler starts the second recovery
|
||||
kernel that the Kdump init script loaded earlier, and reboots the system
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 15:42:35 CET 2007 - bwalle@suse.de
|
||||
|
||||
- don't refuse to deinstall kexec-tools if kdump was not configured
|
||||
(#243081)
|
||||
- fixed documentation error (/var/log/dump instead of
|
||||
/var/log/dumps in README.SUSE)
|
||||
(#239506)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 12:38:11 CET 2007 - tiwai@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@ Requires: %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Summary: Tools for fast kernel loading
|
||||
Version: 1.101
|
||||
Release: 68
|
||||
Release: 69
|
||||
Source: %{name}-%{package_version}.tar.bz2
|
||||
Source1: kdump
|
||||
Source2: sysconfig.kdump
|
||||
@ -95,7 +95,9 @@ cd -
|
||||
%{fillup_and_insserv -n kdump kdump}
|
||||
|
||||
%preun
|
||||
echo "Stopping kexec ..."
|
||||
%stop_on_removal kdump
|
||||
true # ignore errors
|
||||
|
||||
%postun
|
||||
%restart_on_update kdump
|
||||
@ -120,6 +122,12 @@ cd -
|
||||
%{_sbindir}/kdump-helper
|
||||
|
||||
%changelog -n kexec-tools
|
||||
* Wed Feb 07 2007 - bwalle@suse.de
|
||||
- don't refuse to deinstall kexec-tools if kdump was not configured
|
||||
(#243081)
|
||||
- fixed documentation error (/var/log/dump instead of
|
||||
/var/log/dumps in README.SUSE)
|
||||
(#239506)
|
||||
* Mon Feb 05 2007 - tiwai@suse.de
|
||||
- updated to kexec-tools 2007.02.05:
|
||||
* including last fixes
|
||||
|
Loading…
Reference in New Issue
Block a user