As far as I can see, 0e0f5d31e0e004717320d732154d700405a13b31
broke it.

Signed-off-by: Bernhard Walle <bernh...@bwalle.de>

diff -r 5e07f35294bf -r 0f1bda2b5dab generic/etc/init.d/dropbear
--- a/generic/etc/init.d/dropbear       So Jun 12 09:45:55 2011 +0200
+++ b/generic/etc/init.d/dropbear       So Jun 12 18:04:54 2011 +0200
@@ -16,6 +16,10 @@
 
 test -z "$DROPBEAR_BANNER" || \
   DROPBEAR_EXTRA_ARGS="$DROPBEAR_EXTRA_ARGS -b $DROPBEAR_BANNER"
+test -n "$DROPBEAR_RSAKEY" || \
+  DROPBEAR_RSAKEY=$DROPBEAR_RSAKEY_DEFAULT
+test -n "$DROPBEAR_DSSKEY" || \
+  DROPBEAR_DSSKEY=$DROPBEAR_DSSKEY_DEFAULT
 test -n "$DROPBEAR_KEYTYPES" || \
   DROPBEAR_KEYTYPES="rsa dss"
 

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to