This commit is contained in:
parent
f723e937cf
commit
9de4dce9a2
2
kdump
2
kdump
@ -331,7 +331,7 @@ case "$1" in
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
if [ ! -f /proc/vmcore ]; then
|
||||
if ! is_crash_kernel ; then
|
||||
if [ "$RUNLEVEL" != "" ]; then
|
||||
echo -n "Not unloading kdump during runlevel changes"
|
||||
rc_status -s
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 20:39:13 CET 2007 - bwalle@suse.de
|
||||
|
||||
- fixed script to properly unload kdump on IA64 (where kdump
|
||||
kernel is the normal kernel) (#256179)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 10:58:10 CET 2007 - bwalle@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@ Requires: %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Summary: Tools for fast kernel loading
|
||||
Version: 1.101
|
||||
Release: 85
|
||||
Release: 86
|
||||
Source: %{name}-%{package_version}.tar.bz2
|
||||
Source1: kdump
|
||||
Source2: sysconfig.kdump
|
||||
@ -124,6 +124,9 @@ true # ignore errors
|
||||
%{_sbindir}/kdump-helper
|
||||
|
||||
%changelog
|
||||
* Tue Mar 20 2007 - bwalle@suse.de
|
||||
- fixed script to properly unload kdump on IA64 (where kdump
|
||||
kernel is the normal kernel) (#256179)
|
||||
* Mon Mar 19 2007 - bwalle@suse.de
|
||||
- upgrade to latest snapshot
|
||||
o [IA64] Use EFI_LOADER_DATA for ELF core header (-> needed
|
||||
|
Loading…
Reference in New Issue
Block a user