summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2021-08-27 10:33:51 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-09-03 17:24:42 +0200
commitb3a6165bc649036bcb381a13f8ff20f746df9e93 (patch)
treeedfe1a22e2af9ec7335a790ac3abe3e3086aeeea
parentce0e0bed719844ef6f813c4d176e350bd424636c (diff)
downloadptxdist-b3a6165bc649036bcb381a13f8ff20f746df9e93.tar.gz
ptxdist-b3a6165bc649036bcb381a13f8ff20f746df9e93.tar.xz
dropbear: Remove not needed include from init script
After migrating to rc-once this script does not use any functions from the included (shell) library anymore. Signed-off-by: Alexander Dahl <ada@thorsis.com> Fixes: 0e0f5d31e0e0 ("[dropbear] use rc-once to create server keys") Message-Id: <20210827083353.22152-2-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--projectroot/etc/init.d/dropbear2
1 files changed, 0 insertions, 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"