summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/mdadm.config2
2 files changed, 9 insertions, 1 deletions
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 <madduck@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.
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