- Fix argument order when stopping kexec

This commit is contained in:
Thomas Graf 2006-03-02 09:18:31 +00:00
parent 2603512c5d
commit 6b429d71fb
2 changed files with 6 additions and 3 deletions

View File

@ -91,13 +91,13 @@ case "$1" in
fi fi
;; ;;
stop) stop)
$KEXEC -u -p $KEXEC -p -u
;; ;;
status) status)
echo "not implemented" echo "not implemented"
;; ;;
restart) restart)
$KEXEC -u -p $KEXEC -p -u
load_kdump load_kdump
;; ;;
condrestart) condrestart)

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 1.101 Version: 1.101
Release: 10 Release: 11
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component. Summary: The kexec/kdump userspace component.
@ -96,6 +96,9 @@ exit 0
%doc TODO %doc TODO
%changelog %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 * Mon Feb 27 2006 Thomas Graf <tgraf@redhat.com> - 1.101-10
- kdump7.patch - kdump7.patch
o Remove elf32 core headers support for x86_64 o Remove elf32 core headers support for x86_64