From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 07 Oct 2021 12:19:54 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQVG-0006Ul-B8 for lore@lore.pengutronix.de; Thu, 07 Oct 2021 12:19:54 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQVF-0006T1-N5; Thu, 07 Oct 2021 12:19:53 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYQTw-0004ji-EZ; Thu, 07 Oct 2021 12:18:32 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQTv-0005y9-Eh; Thu, 07 Oct 2021 12:18:31 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mYQTv-00GTBS-Dt; Thu, 07 Oct 2021 12:18:31 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 7 Oct 2021 12:18:31 +0200 Message-Id: <20211007101831.3925387-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210827083353.22152-2-ada@thorsis.com> References: <20210827083353.22152-2-ada@thorsis.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] dropbear: Remove not needed include from init script X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as b3a6165bc649036bcb381a13f8ff20f746df9e93. Michael [sent from post-receive hook] On Thu, 07 Oct 2021 12:18:31 +0200, Alexander Dahl wrote: > After migrating to rc-once this script does not use any functions from > the included (shell) library anymore. > > Signed-off-by: Alexander Dahl > Fixes: 0e0f5d31e0e0 ("[dropbear] use rc-once to create server keys") > Message-Id: <20210827083353.22152-2-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/projectroot/etc/init.d/dropbear b/projectroot/etc/init.d/dropbear > index 8f7438462a46..1edda1116a93 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" _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de