From 9c4f51f914a2d39107c30e6821cd9fabe103ba69 Mon Sep 17 00:00:00 2001 From: madduck Date: Mon, 20 Nov 2006 07:05:39 +0000 Subject: * 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). --- debian/changelog | 8 ++++++++ debian/mdadm.config | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cc0b23c2..2a8ecd5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/debian/mdadm.config b/debian/mdadm.config index 7d3e20a2..7de317df 100644 --- a/debian/mdadm.config +++ b/debian/mdadm.config @@ -88,7 +88,7 @@ db_capb escape 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 -- cgit v1.2.3