r280 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Mon Nov 20 08:05:40 CET 2006


Author: madduck
Date: 2006-11-20 08:05:39 +0100 (Mon, 20 Nov 2006)
New Revision: 280

Modified:
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/mdadm.config
Log:
* Fixed a typo in the debconf control script which would cause failures with
  a dash shell; thanks to Santiago Garcia Mantinan for reporting this, and
  Andreas Metzeler for providing a solution (closes: #399315).

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-11-17 19:18:43 UTC (rev 279)
+++ mdadm/trunk/debian/changelog	2006-11-20 07:05:39 UTC (rev 280)
@@ -1,3 +1,11 @@
+mdadm (2.5.6-6) unstable; urgency=medium
+
+  * Fixed a typo in the debconf control script which would cause failures with
+    a dash shell; thanks to Santiago Garcia Mantinan for reporting this, and
+    Andreas Metzeler for providing a solution (closes: #399315).
+
+ -- martin f. krafft <madduck at debian.org>  Mon, 20 Nov 2006 15:02:34 +0800
+
 mdadm (2.5.6-5) unstable; urgency=low
 
   * Prevent initramfs hook from exiting prematurely when VERBOSE=false.

Modified: mdadm/trunk/debian/mdadm.config
===================================================================
--- mdadm/trunk/debian/mdadm.config	2006-11-17 19:18:43 UTC (rev 279)
+++ mdadm/trunk/debian/mdadm.config	2006-11-20 07:05:39 UTC (rev 280)
@@ -88,7 +88,7 @@
 msg=intro; suffix=''; error=0
 while true; do
   db_metaget mdadm/initrdstart_msg_${msg} extended_description || :
-  db_subst mdadm/initrdstart msg "$(echo -e "${RET}${suffix}" | debconf-escape -e)"
+  db_subst mdadm/initrdstart msg "$(echo -n "${RET}${suffix}" | debconf-escape -e)"
   ret=0; db_input high mdadm/initrdstart || ret=$?
   db_go
 




More information about the pkg-mdadm-commits mailing list