From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 07 Oct 2021 12:20:16 +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 1mYQVc-0006WL-Sw for lore@lore.pengutronix.de; Thu, 07 Oct 2021 12:20:16 +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 1mYQVc-0006yt-H3; Thu, 07 Oct 2021 12:20:16 +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 1mYQTy-0004kP-Lg; Thu, 07 Oct 2021 12:18:34 +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 1mYQTy-0005yJ-39; Thu, 07 Oct 2021 12:18:34 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mYQTy-00GTE0-0D; Thu, 07 Oct 2021 12:18:34 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 7 Oct 2021 12:18:33 +0200 Message-Id: <20211007101833.3925545-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210827083353.22152-4-ada@thorsis.com> References: <20210827083353.22152-4-ada@thorsis.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] rc-once: Fix include path 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 bdb966cbd32716822ae7cb2350f8ce6de6849402. Michael [sent from post-receive hook] On Thu, 07 Oct 2021 12:18:33 +0200, Alexander Dahl wrote: > The initmethod shell library was moved, but the include path in scripts > using it, was not adapted back then. > > Fixes: 5c7e5b48a39f ("initmethod: /usr merge") > Signed-off-by: Alexander Dahl > Message-Id: <20210827083353.22152-4-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/projectroot/etc/init.d/rc-once b/projectroot/etc/init.d/rc-once > index bf8473149cc2..e610254ef25a 100644 > --- a/projectroot/etc/init.d/rc-once > +++ b/projectroot/etc/init.d/rc-once > @@ -2,7 +2,7 @@ > > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > > -. /lib/init/initmethod-bbinit-functions.sh > +. /usr/lib/init/initmethod-bbinit-functions.sh > . /usr/lib/init/rc-once.sh > > do_start() { > diff --git a/projectroot/usr/lib/systemd/systemd-rc-once b/projectroot/usr/lib/systemd/systemd-rc-once > index 3ab5d75c5a3d..7dc9bf6f4b8d 100644 > --- a/projectroot/usr/lib/systemd/systemd-rc-once > +++ b/projectroot/usr/lib/systemd/systemd-rc-once > @@ -1,6 +1,6 @@ > #!/bin/sh > > -. /lib/init/initmethod-bbinit-functions.sh > +. /usr/lib/init/initmethod-bbinit-functions.sh > . /usr/lib/init/rc-once.sh > > start() { _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de