2020-06-28 19:10:46

by Salvatore Bonaccorso

[permalink] [raw]
Subject: [PATCH 0/2] Allow to to install systemd generators dependend on --with-systemd unit-dir-path location

Currently --with-systemd=unit-dir-path would be ignored to install the
systemd generators and they are unconditionally installed in
/usr/lib/systemd/system-generators . Distributions installing systemd
unit files in /lib/systemd/system would though install the
systemd-generators in /lib/systemd/system-generators.

Make the installation of the systemd unit generators relative depending
on the unit-dir-path passed for --with-systemd.

Salvatore Bonaccorso (2):
systemd/Makefile: Drop exlicit setting of unit_dir
systemd generators: Install depending on location for systemd unit
files

systemd/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

--
2.27.0


2021-09-06 18:51:41

by Salvatore Bonaccorso

[permalink] [raw]
Subject: Re: [PATCH 0/2] Allow to to install systemd generators dependend on --with-systemd unit-dir-path location

Hi,

On Sun, Jun 28, 2020 at 09:10:00PM +0200, Salvatore Bonaccorso wrote:
> Currently --with-systemd=unit-dir-path would be ignored to install the
> systemd generators and they are unconditionally installed in
> /usr/lib/systemd/system-generators . Distributions installing systemd
> unit files in /lib/systemd/system would though install the
> systemd-generators in /lib/systemd/system-generators.
>
> Make the installation of the systemd unit generators relative depending
> on the unit-dir-path passed for --with-systemd.
>
> Salvatore Bonaccorso (2):
> systemd/Makefile: Drop exlicit setting of unit_dir
> systemd generators: Install depending on location for systemd unit
> files
>
> systemd/Makefile.am | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)

is this something we could have applied or is there something wrong
with the patches which I should fix first?

Regards,
Salvatore

2021-09-20 17:07:08

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH 0/2] Allow to to install systemd generators dependend on --with-systemd unit-dir-path location

Hey!

On 9/6/21 2:50 PM, Salvatore Bonaccorso wrote:
> Hi,
>
> On Sun, Jun 28, 2020 at 09:10:00PM +0200, Salvatore Bonaccorso wrote:
>> Currently --with-systemd=unit-dir-path would be ignored to install the
>> systemd generators and they are unconditionally installed in
>> /usr/lib/systemd/system-generators . Distributions installing systemd
>> unit files in /lib/systemd/system would though install the
>> systemd-generators in /lib/systemd/system-generators.
>>
>> Make the installation of the systemd unit generators relative depending
>> on the unit-dir-path passed for --with-systemd.
>>
>> Salvatore Bonaccorso (2):
>> systemd/Makefile: Drop exlicit setting of unit_dir
>> systemd generators: Install depending on location for systemd unit
>> files
>>
>> systemd/Makefile.am | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> is this something we could have applied or is there something wrong
> with the patches which I should fix first?
Sorry for the delay... I took a lot of PTO this summer...

Looking at it now...

steved.
>
> Regards,
> Salvatore
>

2021-09-23 16:34:13

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH 0/2] Allow to to install systemd generators dependend on --with-systemd unit-dir-path location



On 6/28/20 3:10 PM, Salvatore Bonaccorso wrote:
> Currently --with-systemd=unit-dir-path would be ignored to install the
> systemd generators and they are unconditionally installed in
> /usr/lib/systemd/system-generators . Distributions installing systemd
> unit files in /lib/systemd/system would though install the
> systemd-generators in /lib/systemd/system-generators.
>
> Make the installation of the systemd unit generators relative depending
> on the unit-dir-path passed for --with-systemd.
>
> Salvatore Bonaccorso (2):
> systemd/Makefile: Drop exlicit setting of unit_dir
> systemd generators: Install depending on location for systemd unit
> files
>
> systemd/Makefile.am | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
Committed... (tag: nfs-utils-2-5-5-rc3)

In the future, If have not responded in a month please
feel free to ping me... because mostly likely it has
fell off my radar... my apologies for taking so long...

steved.