- Fix kdump.init to call kexec from its new location

This commit is contained in:
Thomas Graf 2006-03-07 18:50:02 +00:00
parent 0f48330a85
commit cf8fefcafc
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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 <tgraf@redhat.com> - 1.101-14
- Fix kdump.init to call kexec from its new location
* Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 1.101-13
- proper requires for scriptlets