Merge pull request #461 from edneville/441_passwd_message

passwd -l should not say that it changes expiry
This commit is contained in:
Serge Hallyn
2021-12-19 11:27:44 -06:00
committed by GitHub

View 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);
}
}