From: Alejandro Colomar Date: Tue, 13 Feb 2024 12:17:44 +0000 (+0100) Subject: etc/pam.d/Makefile.am: Fix typo X-Git-Tag: 4.15.0-rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb10e6298aac1a36463009aafedb93e71df2fdb;p=thirdparty%2Fshadow.git etc/pam.d/Makefile.am: Fix typo The commit we're fixing mentions that it wanted to move 'chpasswd', but it removed 'ch_g_passwd' from 'pamd_acct_tools_files' and added 'chpasswd' to 'pamd_files'. It seems it removed the wrong thing by accident. Fixes: 341d80c2c751 ("Makefile: move chpasswd and newusers to pamd target") Link: Link: Reported-by: Dominique Leuenberger Reported-by: Michael Vetter Cc: David Runge Reviewed-by: Iker Pedrosa Tested-by: Michael Vetter Reviewed-by: Michael Vetter Reviewed-by: loqs Co-developed-by: Dominique Leuenberger Signed-off-by: Dominique Leuenberger Signed-off-by: Alejandro Colomar --- diff --git a/etc/pam.d/Makefile.am b/etc/pam.d/Makefile.am index 3d04b13c9..b8e4321f1 100644 --- a/etc/pam.d/Makefile.am +++ b/etc/pam.d/Makefile.am @@ -12,7 +12,7 @@ pamd_files = \ pamd_acct_tools_files = \ chage \ - chpasswd \ + chgpasswd \ groupadd \ groupdel \ groupmod \