Thanks, applied as bdb966cbd32716822ae7cb2350f8ce6de6849402.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:33 +0200, Alexander Dahl <[email protected]> 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 <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to