- Fix argument order when stopping kexec
This commit is contained in:
parent
2603512c5d
commit
6b429d71fb
@ -91,13 +91,13 @@ case "$1" in
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
$KEXEC -u -p
|
||||
$KEXEC -p -u
|
||||
;;
|
||||
status)
|
||||
echo "not implemented"
|
||||
;;
|
||||
restart)
|
||||
$KEXEC -u -p
|
||||
$KEXEC -p -u
|
||||
load_kdump
|
||||
;;
|
||||
condrestart)
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: kexec-tools
|
||||
Version: 1.101
|
||||
Release: 10
|
||||
Release: 11
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Summary: The kexec/kdump userspace component.
|
||||
@ -96,6 +96,9 @@ exit 0
|
||||
%doc TODO
|
||||
|
||||
%changelog
|
||||
* Thu Mar 02 2006 Thomas Graf <tgraf@redhat.com> - 1.101-11
|
||||
- Fix argument order when stopping kexec
|
||||
|
||||
* Mon Feb 27 2006 Thomas Graf <tgraf@redhat.com> - 1.101-10
|
||||
- kdump7.patch
|
||||
o Remove elf32 core headers support for x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user