|
|
Author: nhorman
Update of /cvs/dist/rpms/kexec-tools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20209
Modified Files:
kdump.init kexec-tools.spec
Log Message:
Resolves: bz 244649
Index: kdump.init
===================================================================
RCS file: /cvs/dist/rpms/kexec-tools/devel/kdump.init,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- kdump.init 8 May 2007 17:28:16 -0000 1.15
+++ kdump.init 18 Jun 2007 13:53:28 -0000 1.16
@@ -154,7 +154,7 @@
KDUMP_COMMANDLINE=`cat /proc/cmdline`
fi
- MEM_RESERVED=`echo $KDUMP_COMMANDLINE | grep
"crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]"`
+ MEM_RESERVED=`grep "crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]"
/proc/cmdline`
if [ -z "$MEM_RESERVED" ]
then
$LOGGER "No crashkernel parameter specified for running kernel"
Index: kexec-tools.spec
===================================================================
RCS file: /cvs/dist/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- kexec-tools.spec 8 Jun 2007 18:54:19 -0000 1.87
+++ kexec-tools.spec 18 Jun 2007 13:53:28 -0000 1.88
@@ -1,6 +1,6 @@
Name: kexec-tools
Version: 1.101
-Release: 72%{?dist}
+Release: 73%{?dist}
License: GPL
Group: Applications/System
Summary: The kexec/kdump userspace component.
@@ -253,6 +253,9 @@
%doc kexec-kdump-howto.txt
%changelog
+* Mon Jun 18 2007 Neil Horman <nhorman@xxxxxxxxxx> - 1.101-73%{dist}
+- Fix load_kdump function in initscript (bz 244649)
+
* Fri Jun 08 2007 Neil Horman <nhorman@xxxxxxxxxx> - 1.101-72%{dist}
- Add minimal xen support for x86_64 (bz 243118)
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|