diff --git a/ChangeLog b/ChangeLog index 9ab298b7..2978cf18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-17 Nicolas François + + * src/userdel.c: Differentiate failure to update a group entry and + failure to update a shadow group entry. + 2007-11-17 Nicolas François * src/userdel.c, src/usermod.c, src/useradd.c: Inform the user if diff --git a/src/userdel.c b/src/userdel.c index d357c74f..44935aa2 100644 --- a/src/userdel.c +++ b/src/userdel.c @@ -262,7 +262,7 @@ static void update_groups (void) if (!sgr_update (nsgrp)) { fprintf (stderr, - _("%s: error updating group entry\n"), Prog); + _("%s: error updating shadow group entry\n"), Prog); exit (E_GRP_UPDATE); } #ifdef WITH_AUDIT