Re: [blfs-dev] Linux-PAM (System V)

2020-09-16 Thread Douglas R. Reno via blfs-dev


On 9/16/20 8:40 AM, Pierre Labastie via blfs-dev wrote:

On Tue, 2020-09-15 at 19:14 -0400, Joe Locash via blfs-dev wrote:

Linux-PAM will create /usr/lib/systemd/system/pam_namespace.service
even when building on SystemV.

This can cause
packages like make-ca (because it checks for the directory) to
install files not needed to be installed also.

Confirmed. There are two solutions:
either

sed -i /service_DATA/d modules/pam_namespace/Makefile.am
autoreconf # before running configure

or

rm -r /usr/lib/systemd # as root, after make install

Thanks for reporting

Pierre

I do think that the first approach (sed) is probably the best option in 
this case. Removing the directory itself just seems unclean.


- Doug

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Linux-PAM (System V)

2020-09-16 Thread Pierre Labastie via blfs-dev
On Tue, 2020-09-15 at 19:14 -0400, Joe Locash via blfs-dev wrote:
> Linux-PAM will create /usr/lib/systemd/system/pam_namespace.service
> even when building on SystemV.
> 
> This can cause 
> packages like make-ca (because it checks for the directory) to
> install files not needed to be installed also.

Confirmed. There are two solutions:
either

sed -i /service_DATA/d modules/pam_namespace/Makefile.am
autoreconf # before running configure

or

rm -r /usr/lib/systemd # as root, after make install

Thanks for reporting

Pierre

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] Linux-PAM (System V)

2020-09-15 Thread Joe Locash via blfs-dev
Linux-PAM will create /usr/lib/systemd/system/pam_namespace.service even
when building on SystemV.

This can cause
packages like make-ca (because it checks for the directory) to install
files not needed to be installed also.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page