[systemd-devel] [PATCH] do not install factory/etc/pam.d if --disable-pam
Zbigniew Jędrzejewski-Szmek
zbyszek at in.waw.pl
Thu Sep 25 15:17:28 PDT 2014
On Thu, Sep 25, 2014 at 06:12:03PM -0300, Gustavo Sverzut Barbieri wrote:
> ---
> Makefile.am | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Makefile.am b/Makefile.am
> index 5312851..52f578b 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -2050,9 +2050,11 @@ endif
> dist_factory_etc_DATA = \
> factory/etc/nsswitch.conf
>
> +if HAVE_PAM
> dist_factory_pam_DATA = \
> factory/etc/pam.d/system-auth \
> factory/etc/pam.d/other
> +endif
Applied.
Zbyszek
More information about the systemd-devel
mailing list