Differentiate failure to update a group entry and failure to update a shadow group entry.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user