From 6b429d71fba679f29ac6af07c88bf513dbbafc9f Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Thu, 2 Mar 2006 09:18:31 +0000 Subject: [PATCH] - Fix argument order when stopping kexec --- kdump.init | 4 ++-- kexec-tools.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) 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