summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-11-20 07:05:39 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-11-20 07:05:39 +0000
commit9c4f51f914a2d39107c30e6821cd9fabe103ba69 (patch)
treef9a3d053f9be8754efe609805efc3d4759e06f9b /debian
parent6a2103414bfd42dedd9c943ad1ffb6719cc45aa1 (diff)
* 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).
Diffstat (limited to 'debian')
-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