mbox series

[0/2] Allow to to install systemd generators dependend on --with-systemd unit-dir-path location

Message ID 20200628191002.136918-1-carnil@debian.org (mailing list archive)
Headers show
Series Allow to to install systemd generators dependend on --with-systemd unit-dir-path location | expand

Message

Salvatore Bonaccorso June 28, 2020, 7:10 p.m. UTC
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(-)

Comments

Salvatore Bonaccorso Sept. 6, 2021, 6:50 p.m. UTC | #1
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
Steve Dickson Sept. 20, 2021, 4:50 p.m. UTC | #2
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
>
Steve Dickson Sept. 23, 2021, 4:33 p.m. UTC | #3
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.