From 145b1e03c69d3dcc8a0328e665f220020b142ba7 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Fri, 24 Jan 2014 23:38:03 +0100
Subject: wibble

---
 src/fripost-postinst-udeb/finish-install.d/07fripost | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/fripost-postinst-udeb/finish-install.d/07fripost b/src/fripost-postinst-udeb/finish-install.d/07fripost
index 5a7cd73..2dfb98b 100755
--- a/src/fripost-postinst-udeb/finish-install.d/07fripost
+++ b/src/fripost-postinst-udeb/finish-install.d/07fripost
@@ -101,6 +101,7 @@ if [ "$encrypt" = true ]; then
     # See dropbear(8) for the list of options. Failure to read a keyfile
     # makes dropbear disable the corresponding algorithm (including
     # key-based authentication), in our case DSS/DSA.
+    # XXX This is a dirty fix for bug #614981
     log "Changing dropbear's options; port $port"
     sed -i "s@^\s*/sbin/dropbear\$@& -d '' -sgjk -p $port@" \
         /target/usr/share/initramfs-tools/scripts/init-premount/dropbear
-- 
cgit v1.2.3