From cf8fefcafc0122a6f15ad713cef6e28bf97cc14a Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 7 Mar 2006 18:50:02 +0000 Subject: [PATCH] - Fix kdump.init to call kexec from its new location --- kdump.init | 2 +- kexec-tools.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kdump.init b/kdump.init index 215c218..87082de 100644 --- a/kdump.init +++ b/kdump.init @@ -17,7 +17,7 @@ # Source function library. . /etc/init.d/functions -KEXEC=/usr/sbin/kexec +KEXEC=/sbin/kexec # Will be different for ia64, for example. For now, that architecture isn't # supported. Code needs to be added here when we do. diff --git a/kexec-tools.spec b/kexec-tools.spec index 9190a50..6ab681d 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 1.101 -Release: 13 +Release: 14 License: GPL Group: Applications/System Summary: The kexec/kdump userspace component. @@ -96,6 +96,9 @@ exit 0 %doc TODO %changelog +* Tue Mar 07 2006 Thomas Graf - 1.101-14 +- Fix kdump.init to call kexec from its new location + * Mon Mar 6 2006 Jeremy Katz - 1.101-13 - proper requires for scriptlets