After migrating to rc-once this script does not use any functions from the included (shell) library anymore.
Signed-off-by: Alexander Dahl <[email protected]> Fixes: 0e0f5d31e0e0 ("[dropbear] use rc-once to create server keys") --- projectroot/etc/init.d/dropbear | 2 -- 1 file changed, 2 deletions(-) diff --git a/projectroot/etc/init.d/dropbear b/projectroot/etc/init.d/dropbear index 8f7438462..1edda1116 100644 --- a/projectroot/etc/init.d/dropbear +++ b/projectroot/etc/init.d/dropbear @@ -7,8 +7,6 @@ NAME=dropbear DROPBEAR_PORT=22 DROPBEAR_EXTRA_ARGS= -. /lib/init/initmethod-bbinit-functions.sh - # test ! -h /var/service/dropbear || exit 0 DROPBEAR_RSAKEY_DEFAULT="@KEYDIR@/dropbear_rsa_host_key" -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
