Resolves: bz 250341
This commit is contained in:
parent
7c84ec10fe
commit
9611e10df6
@ -2,3 +2,4 @@ kexec-tools-1.101.tar.gz
|
||||
makedumpfile.tar.gz
|
||||
makedumpfile-1.1.1.tar.gz
|
||||
kexec-tools-po.tar.gz
|
||||
makedumpfile-1.1.5.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: kexec-tools
|
||||
Version: 1.101
|
||||
Release: 76%{?dist}
|
||||
Release: 77%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Summary: The kexec/kdump userspace component.
|
||||
@ -13,7 +13,7 @@ Source5: kdump.sysconfig.ppc64
|
||||
Source6: kdump.sysconfig.ia64
|
||||
Source7: mkdumprd
|
||||
Source8: kdump.conf
|
||||
Source9: makedumpfile-1.1.1.tar.gz
|
||||
Source9: makedumpfile-1.1.5.tar.gz
|
||||
Source10: kexec-kdump-howto.txt
|
||||
Source11: firstboot_kdump.py
|
||||
Source12: mkdumprd.8
|
||||
@ -252,6 +252,9 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py
|
||||
%doc kexec-kdump-howto.txt
|
||||
|
||||
%changelog
|
||||
* Wed Aug 01 2007 Neil Horman <nhorman@redhat.com> - 1.101-77%{dist}
|
||||
- Update mkdumprd to suppres notifications /rev makedumpfile (bz 250341)
|
||||
|
||||
* Thu Jul 19 2007 Neil Horman <nhorman@redhat.com> - 1.101-76%{dist}
|
||||
- Fix mkdumprd to suppress informative messages (bz 248797)
|
||||
|
||||
|
2
mkdumprd
2
mkdumprd
@ -888,7 +888,7 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then
|
||||
core_collector)
|
||||
if [ -x /sbin/makedumpfile ]; then
|
||||
CORE_COLLECTOR=$location
|
||||
CORE_COLLECTOR=`echo $CORE_COLLECTOR | sed -e's/makedumpfile/makedumpfile -i \/etc\/makedumpfile.config/'`
|
||||
CORE_COLLECTOR=`echo $CORE_COLLECTOR | sed -e's/makedumpfile/makedumpfile -i \/etc\/makedumpfile.config --message-level 1/'`
|
||||
else
|
||||
echo "Cannot use the core_collector option on this arch"
|
||||
rm -rf $MNTIMAGE
|
||||
|
Loading…
Reference in New Issue
Block a user