From 343f0697d326855c5961634abddba6fdb8e4fea4490f1662dec0a01e2bd51088 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 27 Jul 2007 13:41:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=30 --- README.SUSE | 5 +++-- kexec-tools.changes | 5 +++++ kexec-tools.spec | 4 +++- sysconfig.kdump | 3 +++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.SUSE b/README.SUSE index ecab59b..ce27cfb 100644 --- a/README.SUSE +++ b/README.SUSE @@ -357,8 +357,9 @@ saving any data. Also don't use the currently used swap partition. This option specifies how many previous dumps are kept. If the number of saved dump files exceeds this number, the dumper removes older dumps. -You can prevent automatic removal by setting this to "0" (zero). The -default value is "5". +You can prevent automatic removal by setting this to "0" (zero). +Set KDUMP_KEEP_OLD_DUMPS to "-2" is you want to delete all old dumps +before saving the new dump. The default value is "5". - KDUMP_FREE_DISK_SIZE diff --git a/kexec-tools.changes b/kexec-tools.changes index 1f679a2..15ac26a 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 14:56:14 CEST 2007 - bwalle@suse.de + +- update documentation for deleting all dumps (#302257) + ------------------------------------------------------------------- Tue Jul 17 07:25:19 CEST 2007 - olh@suse.de diff --git a/kexec-tools.spec b/kexec-tools.spec index a207c1d..de827e7 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -22,7 +22,7 @@ Requires: %insserv_prereq %fillup_prereq Autoreqprov: on Summary: Tools for fast kernel loading Version: 1.101 -Release: 119 +Release: 122 Source: %{name}-%{package_version}.tar.bz2 Source1: kdump Source2: sysconfig.kdump @@ -142,6 +142,8 @@ true # ignore errors /var/adm/fillup-templates/sysconfig.kdump %changelog +* Fri Jul 27 2007 - bwalle@suse.de +- update documentation for deleting all dumps (#302257) * Tue Jul 17 2007 - olh@suse.de - workaround gcc code analyzing bug * Mon Jul 16 2007 - olh@suse.de diff --git a/sysconfig.kdump b/sysconfig.kdump index 04ab2c0..68e52cd 100644 --- a/sysconfig.kdump +++ b/sysconfig.kdump @@ -106,6 +106,9 @@ KDUMP_SAVEDIR="file:///var/log/dump" # exceeds this number, older dumps are removed. # # You can prevent the automatic removal by setting zero to this. +# Set KDUMP_KEEP_OLD_DUMPS to "-2" is you want to delete all old +# dumps before saving the new dump. +# # The default value is 5. # KDUMP_KEEP_OLD_DUMPS=5