Skip to content

Commit

Permalink
Merge pull request shadow-maint#461 from edneville/441_passwd_message
Browse files Browse the repository at this point in the history
passwd -l should not say that it changes expiry
  • Loading branch information
hallyn authored Dec 19, 2021
2 parents 0f31dc5 + 92cb9d7 commit a630fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit a630fba

Please sign in to comment.