From 205e8b5137353795368c7c6f62534b097e293148 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 12 May 2009 19:25:26 +0000 Subject: [PATCH] * man/userdel.8.xml: The USERGROUPS_ENAB group may not be removed when the group is used by other users, not the user. --- ChangeLog | 7 ++++++- man/userdel.8.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc1323f1..655681a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2009-05-11 Nicolas François +2009-05-12 Nicolas François + + * man/userdel.8.xml: The USERGROUPS_ENAB group may not be removed + when the group is used by other users, not the user. + +2009-05-12 Nicolas François * src/userdel.c, man/login.defs.d/USERDEL_CMD.xml: Move the USERDEL_CMD script example from the source code to the diff --git a/man/userdel.8.xml b/man/userdel.8.xml index 32f81aea..9fb90f49 100644 --- a/man/userdel.8.xml +++ b/man/userdel.8.xml @@ -233,7 +233,7 @@ as the user. To avoid inconsistencies in the passwd and group databases, userdel will check that this group is not used as a primary group for another user, and will just warn - without deleting the user otherwise. The option + without deleting the group otherwise. The option can force the deletion of this group.