* libmisc/audit_help.c: Added one string for translation.
* po/POTFILES.in: Added libmisc/audit_help.c, libmisc/find_new_gid.c, libmisc/find_new_uid.c, libmisc/getlong.c, libmisc/getrange.c, libmisc/xgetXXbyYY.c, and libmisc/yesno.c. Removed libmisc/find_new_ids.c
This commit is contained in:
parent
ca032792bd
commit
9320075030
@ -1,3 +1,11 @@
|
|||||||
|
2008-06-17 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* libmisc/audit_help.c: Added one string for translation.
|
||||||
|
* po/POTFILES.in: Added libmisc/audit_help.c,
|
||||||
|
libmisc/find_new_gid.c, libmisc/find_new_uid.c, libmisc/getlong.c,
|
||||||
|
libmisc/getrange.c, libmisc/xgetXXbyYY.c, and libmisc/yesno.c.
|
||||||
|
Removed libmisc/find_new_ids.c
|
||||||
|
|
||||||
2008-06-16 Nicolas François <nicolas.francois@centraliens.net>
|
2008-06-16 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/useradd.c: If the faillog file exist, warn in case of
|
* src/useradd.c: If the faillog file exist, warn in case of
|
||||||
|
@ -56,7 +56,8 @@ void audit_help_open (void)
|
|||||||
if (errno == EINVAL || errno == EPROTONOSUPPORT ||
|
if (errno == EINVAL || errno == EPROTONOSUPPORT ||
|
||||||
errno == EAFNOSUPPORT)
|
errno == EAFNOSUPPORT)
|
||||||
return;
|
return;
|
||||||
fprintf (stderr, "Cannot open audit interface - aborting.\n");
|
fprintf (stderr,
|
||||||
|
_("Cannot open audit interface - aborting.\n"));
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@ lib/gshadow.c
|
|||||||
lib/lockpw.c
|
lib/lockpw.c
|
||||||
libmisc/addgrps.c
|
libmisc/addgrps.c
|
||||||
libmisc/age.c
|
libmisc/age.c
|
||||||
|
libmisc/audit_help.c
|
||||||
libmisc/basename.c
|
libmisc/basename.c
|
||||||
libmisc/chkname.c
|
libmisc/chkname.c
|
||||||
libmisc/chowndir.c
|
libmisc/chowndir.c
|
||||||
@ -19,7 +20,10 @@ libmisc/entry.c
|
|||||||
libmisc/env.c
|
libmisc/env.c
|
||||||
libmisc/failure.c
|
libmisc/failure.c
|
||||||
libmisc/fields.c
|
libmisc/fields.c
|
||||||
libmisc/find_new_ids.c
|
libmisc/find_new_gid.c
|
||||||
|
libmisc/find_new_uid.c
|
||||||
|
libmisc/getlong.c
|
||||||
|
libmisc/getrange.c
|
||||||
libmisc/hushed.c
|
libmisc/hushed.c
|
||||||
libmisc/isexpired.c
|
libmisc/isexpired.c
|
||||||
libmisc/limits.c
|
libmisc/limits.c
|
||||||
@ -47,7 +51,9 @@ libmisc/tz.c
|
|||||||
libmisc/ulimit.c
|
libmisc/ulimit.c
|
||||||
libmisc/utmp.c
|
libmisc/utmp.c
|
||||||
libmisc/valid.c
|
libmisc/valid.c
|
||||||
|
libmisc/xgetXXbyYY.c
|
||||||
libmisc/xmalloc.c
|
libmisc/xmalloc.c
|
||||||
|
libmisc/yesno.c
|
||||||
lib/port.c
|
lib/port.c
|
||||||
lib/pwauth.c
|
lib/pwauth.c
|
||||||
lib/pwio.c
|
lib/pwio.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user