diff --git a/kdump.init b/kdump.init index 02c845d..215c218 100644 --- a/kdump.init +++ b/kdump.init @@ -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) diff --git a/kexec-tools.spec b/kexec-tools.spec index 6b791cf..3176b78 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -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 - 1.101-11 +- Fix argument order when stopping kexec + * Mon Feb 27 2006 Thomas Graf - 1.101-10 - kdump7.patch o Remove elf32 core headers support for x86_64