Go to file
Dave Young f3914a98a6 kdump option space checking improvement
We can use not only space but also tab as whitespace,
so s/\ /[[:blank:]] for checking the whitespace

The last commit is intend for checking multiple dump target,
and differentiate ssh and sshkey options. This issue is only
for ssh, so no need to add [[:blank:]] for other dump types to
create a very long code line.

[v1->v2]: use [[:blank:]] instead of [[:space:]]
see expanation in below doc:
http://en.wikipedia.org/wiki/Regular_expression#POSIX_character_classes
[:blank:] 	[ \t] 	Space and tab
[:space:]	[ \t\r\n\v\f] 	Whitespace characters

Tested the [:blank:] works well as [:space:]

Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
CC: Cong Wang <amwang@redhat.com>
2012-11-16 14:06:26 +08:00
po
.gitignore
98-kexec.rules
dracut-kdump.sh kdump option space checking improvement 2012-11-16 14:06:26 +08:00
dracut-module-setup.sh
dracut-monitor_dd_progress
firstboot_kdump.py
kdump.conf improve persistent name handling 2012-10-11 09:43:30 +08:00
kdump.conf.5 improve persistent name handling 2012-10-11 09:43:30 +08:00
kdump.init
kdump.service
kdump.sysconfig
kdump.sysconfig.i386
kdump.sysconfig.ia64
kdump.sysconfig.ppc64
kdump.sysconfig.s390x
kdump.sysconfig.x86_64
kdumpctl kdump option space checking improvement 2012-11-16 14:06:26 +08:00
kexec-kdump-howto.txt improve persistent name handling 2012-10-11 09:43:30 +08:00
kexec-tools-2.0.3-disable-kexec-test.patch
kexec-tools-2.0.3-kdump-pass-acpi_rsdp-to-2nd-kernel-for-efi-booting.patch Pull two patches from upstream 2012-10-25 17:07:19 +08:00
kexec-tools-2.0.3-Load-bzImages-smaller-than-32-KiB.patch Pull two patches from upstream 2012-10-25 17:07:19 +08:00
kexec-tools-2.0.3-ppc-ppc64-compile-purgatory-code-with-gcc-option-msoft-float.patch
kexec-tools-2.0.3-vmcore-dmesg-Do-not-write-beyond-end-of-buffer.patch Pull vmcore-dmesg patches from vivek 2012-09-29 13:19:03 +08:00
kexec-tools-2.0.3-vmcore-dmesg-vmcore-dmesg-Make-it-work-with-new-stru.patch Pull vmcore-dmesg patches from vivek 2012-09-29 13:19:03 +08:00
kexec-tools.spec Release kexec-tools-2.0.3-58 2012-10-25 17:33:26 +08:00
mkdumprd improve persistent name handling 2012-10-11 09:43:30 +08:00
mkdumprd.8
rhcrashkernel-param
sources