* src/groupadd.c: Re-indent.
This commit is contained in:
parent
5b8ff14caf
commit
fca6aeeea2
@ -1,3 +1,7 @@
|
|||||||
|
2008-12-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* src/groupadd.c: Re-indent.
|
||||||
|
|
||||||
2008-12-22 Nicolas François <nicolas.francois@centraliens.net>
|
2008-12-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* libmisc/audit_help.c: Added audit_logger_message() to log
|
* libmisc/audit_help.c: Added audit_logger_message() to log
|
||||||
|
@ -493,7 +493,9 @@ static void check_flags (void)
|
|||||||
/* OK, no need to do anything */
|
/* OK, no need to do anything */
|
||||||
exit (E_SUCCESS);
|
exit (E_SUCCESS);
|
||||||
}
|
}
|
||||||
fprintf (stderr, _("%s: group '%s' already exists\n"), Prog, group_name);
|
fprintf (stderr,
|
||||||
|
_("%s: group '%s' already exists\n"),
|
||||||
|
Prog, group_name);
|
||||||
exit (E_NAME_IN_USE);
|
exit (E_NAME_IN_USE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -510,7 +512,8 @@ static void check_flags (void)
|
|||||||
/* Turn off -g, we can use any GID */
|
/* Turn off -g, we can use any GID */
|
||||||
gflg = false;
|
gflg = false;
|
||||||
} else {
|
} else {
|
||||||
fprintf (stderr, _("%s: GID '%lu' already exists\n"),
|
fprintf (stderr,
|
||||||
|
_("%s: GID '%lu' already exists\n"),
|
||||||
Prog, (unsigned long int) group_id);
|
Prog, (unsigned long int) group_id);
|
||||||
exit (E_GID_IN_USE);
|
exit (E_GID_IN_USE);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user