It is no more needed to check that the user's groups are specified only

once in the group file. This is checked by gr_update().
This commit is contained in:
nekral-guest
2007-11-16 23:05:24 +00:00
parent 07c2610170
commit b370e1502e
2 changed files with 6 additions and 24 deletions

View File

@@ -1,3 +1,9 @@
2007-11-17 Nicolas François <nicolas.francois@centraliens.net>
* src/useradd.c: It is no more needed to check that the user's
groups are specified only once in the group file. This is checked
by gr_update().
2007-11-16 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c (next_entry_by_name): New function.