# HG changeset patch # User Pascal Bellard # Date 1507577733 -7200 # Node ID 367fbda7855be413a0e8f717a2707f52f017741e # Parent 1bdd385c6df555c274cdb408c6badfc826df6bf4 dropbear: typo diff -r 1bdd385c6df5 -r 367fbda7855b dropbear/stuff/init.d/dropbear --- a/dropbear/stuff/init.d/dropbear Mon Oct 09 17:54:27 2017 +0200 +++ b/dropbear/stuff/init.d/dropbear Mon Oct 09 21:35:33 2017 +0200 @@ -22,7 +22,7 @@ action 'Generating Dropbear %s key... ' $type # Need to delete key before creating it. rm -f /etc/dropbear/dropbear_${type}_host_key - dropbearkey -t $type /etc/dropbear/dropbear_${type}_host_key >/dev/null 2>&1 + dropbearkey -t $type -f /etc/dropbear/dropbear_${type}_host_key >/dev/null 2>&1 status done if active_pidfile $PIDFILE dropbear ; then