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
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
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
>
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.