Package: makedumpfile
Version: 1.3.3-0ubuntu4
Severity: normal

/usr/sbin/kdump-config reports some warnings as failures via log_failure_msg.
Convert those three to a single log_warning_msg.

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 
'lucid-backports'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-24-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

makedumpfile depends on no packages.

Versions of packages makedumpfile recommends:
ii  crash                   4.1.0-1ubuntu1   kernel debugging utility, allowing
ii  kexec-tools             1:2.0.1-1ubuntu3 kexec tool for kexec reboots

makedumpfile suggests no packages.

-- no debconf information
diff --git a/debian/changelog b/debian/changelog
index ee3a065..2072fff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 makedumpfile (1.3.5-2) UNRELEASED; urgency=low
 
+  [ John Wright ]
   * kdump-config: Clean up kernel command-line argument stripping
   * kdump-tools.init: Remove a stray "$" in the usage statement
     (Closes: #581116)
 
+  [ dave medberry ]
+  * kdump-config: Convert 3 log_failure_msg to a log_warning_msg.
+
  -- John Wright <j...@debian.org>  Wed, 10 Mar 2010 14:10:14 -0700
 
 makedumpfile (1.3.5-1) unstable; urgency=low
diff --git a/debian/kdump-config b/debian/kdump-config
index 88b92c0..9c9eabf 100755
--- a/debian/kdump-config
+++ b/debian/kdump-config
@@ -200,9 +200,9 @@ function locate_debug_kernel()
 
 	# 3: give up :)
 	else
-		log_failure_msg "could not find an installed debug vmlinux image and"
-		log_failure_msg "DEBUG_KERNEL is not specified in $KDUMP_DEFAULTS"
-		log_failure_msg "Warning: makedumpfile will be limited to -d 1."
+		log_warning_msg "could not find an installed debug vmlinux image and
+DEBUG_KERNEL is not specified in $KDUMP_DEFAULTS
+Warning: makedumpfile may be limited to -d 1."
 		return 1;
 	fi
 

Reply via email to