From: loqs Date: Fri, 26 Jan 2024 12:41:09 +0000 (+0000) Subject: Makefile: Move chpasswd and newusers to pamd target X-Git-Tag: 4.14.4~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc2cc1106d69e15d77aa9876c6834f9c7772532e;p=thirdparty%2Fshadow.git Makefile: Move chpasswd and newusers to pamd target Install pam configs for chpasswd and newusers when using: $ ./configure --with-libpam --disable-account-tools-setuid Closes: Link: Tested-by: David Runge Cherry-picked-from: 341d80c2c751 ("Makefile: move chpasswd and newusers to pamd target") Cc: Iker Pedrosa Signed-off-by: Alejandro Colomar --- diff --git a/etc/pam.d/Makefile.am b/etc/pam.d/Makefile.am index 38ff26ae8..3d04b13c9 100644 --- a/etc/pam.d/Makefile.am +++ b/etc/pam.d/Makefile.am @@ -2,20 +2,20 @@ # and also cooperate to make a distribution for `make dist' pamd_files = \ + chpasswd \ chfn \ chsh \ groupmems \ login \ + newusers \ passwd pamd_acct_tools_files = \ chage \ - chgpasswd \ chpasswd \ groupadd \ groupdel \ groupmod \ - newusers \ useradd \ userdel \ usermod