Merge pull request #461 from edneville/441_passwd_message
passwd -l should not say that it changes expiry
This commit is contained in:
commit
a630fba34b
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user