Fix typo. One "can't open" message is a "can't lock".
This commit is contained in:
parent
528346cb3b
commit
52cfc3372b
@ -1,3 +1,8 @@
|
|||||||
|
2008-03-05 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* src/pwunconv.c: Fix typo. One "can't open" message is a "can't
|
||||||
|
lock".
|
||||||
|
|
||||||
2008-02-26 Nicolas François <nicolas.francois@centraliens.net>
|
2008-02-26 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/gpasswd.c: When a password is moved to the gshadow file, use
|
* src/gpasswd.c: When a password is moved to the gshadow file, use
|
||||||
|
@ -86,7 +86,7 @@ int main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!spw_lock ()) {
|
if (!spw_lock ()) {
|
||||||
fprintf (stderr, _("%s: can't open shadow file\n"), Prog);
|
fprintf (stderr, _("%s: can't lock shadow file\n"), Prog);
|
||||||
fail_exit (5);
|
fail_exit (5);
|
||||||
}
|
}
|
||||||
shadow_locked++;
|
shadow_locked++;
|
||||||
|
Loading…
Reference in New Issue
Block a user