* src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.
This commit is contained in:
parent
e19c7200eb
commit
68b6e6d2be
@ -1,3 +1,7 @@
|
|||||||
|
2010-03-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.
|
||||||
|
|
||||||
2010-03-19 Nicolas François <nicolas.francois@centraliens.net>
|
2010-03-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* lib/commonio.c: Stop sorting entries when we reach the first
|
* lib/commonio.c: Stop sorting entries when we reach the first
|
||||||
|
@ -707,7 +707,7 @@ commonio_sort (struct commonio_db *db, int (*cmp) (const void *, const void *))
|
|||||||
struct commonio_entry **entries, *ptr;
|
struct commonio_entry **entries, *ptr;
|
||||||
size_t n = 0, i;
|
size_t n = 0, i;
|
||||||
#if KEEP_NIS_AT_END
|
#if KEEP_NIS_AT_END
|
||||||
struct commonio_entry *nis = NULL
|
struct commonio_entry *nis = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for (ptr = db->head;
|
for (ptr = db->head;
|
||||||
|
@ -23,8 +23,8 @@ lib/sgroupio.c
|
|||||||
lib/shadow.c
|
lib/shadow.c
|
||||||
lib/shadowio.c
|
lib/shadowio.c
|
||||||
lib/shadowmem.c
|
lib/shadowmem.c
|
||||||
lib/utent.c
|
|
||||||
lib/tcbfuncs.c
|
lib/tcbfuncs.c
|
||||||
|
lib/utent.c
|
||||||
libmisc/addgrps.c
|
libmisc/addgrps.c
|
||||||
libmisc/age.c
|
libmisc/age.c
|
||||||
libmisc/audit_help.c
|
libmisc/audit_help.c
|
||||||
|
@ -209,7 +209,7 @@ static void fail_exit (int code)
|
|||||||
{
|
{
|
||||||
if (home_added) {
|
if (home_added) {
|
||||||
if (rmdir (user_home) != 0) {
|
if (rmdir (user_home) != 0) {
|
||||||
frpintf (stderr,
|
fprintf (stderr,
|
||||||
_("%s: %s was created, but could not be removed\n"),
|
_("%s: %s was created, but could not be removed\n"),
|
||||||
Prog, user_home);
|
Prog, user_home);
|
||||||
SYSLOG ((LOG_ERR, "failed to remove %s", user_home));
|
SYSLOG ((LOG_ERR, "failed to remove %s", user_home));
|
||||||
|
Loading…
Reference in New Issue
Block a user