]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
passwd -l should not say that it changes expiry 461/head
authored neville <ed@s5h.net>
Fri, 17 Dec 2021 22:59:46 +0000 (22:59 +0000)
committered neville <ed@s5h.net>
Fri, 17 Dec 2021 23:02:02 +0000 (23:02 +0000)
Closes #441

src/passwd.c

index 044bb51a4be2be7239b5a3cb1772fcc0215f189a..8ec551255aea13fd235bfe539a7827d60b56cfd7 100644 (file)
@@ -1109,7 +1109,7 @@ int main (int argc, char **argv)
                        (void) printf (_("%s: password changed.\n"), Prog);
 #endif                         /* USE_PAM */
                } else {
-                       (void) printf (_("%s: password expiry information changed.\n"), Prog);
+                       (void) printf (_("%s: password changed.\n"), Prog);
                }
        }