On Sun, Jun 12, 2011 at 06:14:52PM +0200, Bernhard Walle wrote:
> As far as I can see, 0e0f5d31e0e004717320d732154d700405a13b31
> broke it.

Tnx. Applied.

Michael

> 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
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to