]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
etc/pam.d/Makefile.am: Fix typo
authorAlejandro Colomar <alx@kernel.org>
Tue, 13 Feb 2024 12:17:44 +0000 (13:17 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 13 Feb 2024 17:45:04 +0000 (18:45 +0100)
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: <https://github.com/shadow-maint/shadow/pull/928#discussion_r1487687347>
Link: <https://github.com/shadow-maint/shadow/issues/926#issuecomment-1941324761>
Reported-by: Dominique Leuenberger <dleuenberger@suse.com>
Reported-by: Michael Vetter <jubalh@iodoru.org>
Cc: David Runge <dvzrv@archlinux.org>
Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Tested-by: Michael Vetter <jubalh@iodoru.org>
Reviewed-by: Michael Vetter <jubalh@iodoru.org>
Reviewed-by: loqs <https://github.com/loqs>
Co-developed-by: Dominique Leuenberger <dleuenberger@suse.com>
Signed-off-by: Dominique Leuenberger <dleuenberger@suse.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
etc/pam.d/Makefile.am

index 3d04b13c9caddb40a55488d184a3f8deeabe1a83..b8e4321f101af7fd77878f270128edc38db87a73 100644 (file)
@@ -12,7 +12,7 @@ pamd_files = \
 
 pamd_acct_tools_files = \
        chage \
-       chpasswd \
+       chgpasswd \
        groupadd \
        groupdel \
        groupmod \