* NEWS, src/userdel.c: Do not remove a group with the same name as

the user (usergroup) if this group isn't the user's primary group.
This commit is contained in:
nekral-guest
2011-06-05 12:23:59 +00:00
parent 14f44bd9c9
commit a8ca723277
3 changed files with 114 additions and 75 deletions

2
NEWS
View File

@@ -47,6 +47,8 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED
- userdel
* Check the existence of the user's mail spool before trying to remove
it. If it does not exist, a warning is issued, but no failure.
* Do not remove a group with the same name as the user (usergroup) if
this group isn't the user's primary group.
- usermod
* Accept options in any order (username not necessarily at the end)