SHA256
1
0
forked from pool/kexec-tools
OBS User unknown 2007-01-29 16:02:38 +00:00 committed by Git OBS Bridge
parent 081eaec078
commit b7abc06e11
3 changed files with 16 additions and 4 deletions

11
kdump
View File

@ -283,9 +283,14 @@ case "$1" in
;; ;;
stop) stop)
if [ ! -f /proc/vmcore ]; then if [ ! -f /proc/vmcore ]; then
echo -n "Unloading kdump" if [ "$RUNLEVEL" != "" ]; then
$KEXEC -p -u echo -n "Not unloading kdump during runlevel changes"
rc_status -v rc_status -s
else
echo -n "Unloading kdump"
$KEXEC -p -u
rc_status -v
fi
fi fi
;; ;;
status) status)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 29 15:41:43 CET 2007 - olh@suse.de
- do not unload kdump kernel during runlevel changes (#238733)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 25 19:28:57 CET 2007 - bwalle@suse.de Thu Jan 25 19:28:57 CET 2007 - bwalle@suse.de

View File

@ -19,7 +19,7 @@ Requires: %insserv_prereq %fillup_prereq
Autoreqprov: on Autoreqprov: on
Summary: Tools for fast kernel loading Summary: Tools for fast kernel loading
Version: 1.101 Version: 1.101
Release: 66 Release: 67
Source: %{name}-%{package_version}.tar.bz2 Source: %{name}-%{package_version}.tar.bz2
Source1: kdump Source1: kdump
Source2: sysconfig.kdump Source2: sysconfig.kdump
@ -120,6 +120,8 @@ cd -
%{_sbindir}/kdump-helper %{_sbindir}/kdump-helper
%changelog -n kexec-tools %changelog -n kexec-tools
* Mon Jan 29 2007 - olh@suse.de
- do not unload kdump kernel during runlevel changes (#238733)
* Thu Jan 25 2007 - bwalle@suse.de * Thu Jan 25 2007 - bwalle@suse.de
- added documentation for initrd-based kdump saving - added documentation for initrd-based kdump saving
- fixed description of KDUMP_IMMEDIATE_REBOOT - fixed description of KDUMP_IMMEDIATE_REBOOT