Remove wrong quotes around --command-line in kdump.init

This commit is contained in:
Thomas Graf 2006-02-22 20:59:15 +00:00
parent 26078bcc24
commit 4b3fe3f927
2 changed files with 5 additions and 2 deletions

View File

@ -79,7 +79,7 @@ function load_kdump()
fi fi
$KEXEC $KEXEC_ARGS $standard_kexec_args $KEXEC_HEADERS \ $KEXEC $KEXEC_ARGS $standard_kexec_args $KEXEC_HEADERS \
"--command-line=\"$KDUMP_COMMANDLINE\"" \ --command-line="$KDUMP_COMMANDLINE" \
--initrd=$kdump_initrd $kdump_kernel --initrd=$kdump_initrd $kdump_kernel
} }

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 1.101 Version: 1.101
Release: 8 Release: 9
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
* Wed Feb 22 2006 Thomas Graf <tgraf@redhat.com> - 1.101-9
- Remove wrong quotes around --command-line in kdump.init
* Fri Feb 17 2006 Jeff Moyer <jmoyer@redhat.com> - 1.101-8 * Fri Feb 17 2006 Jeff Moyer <jmoyer@redhat.com> - 1.101-8
- Fix the service stop case. It was previously unloading the wrong kernel. - Fix the service stop case. It was previously unloading the wrong kernel.
- Implement the "restart" function. - Implement the "restart" function.