* src/userdel.c: Remove duplicate definitions of exit codes.
This commit is contained in:
parent
8f64190223
commit
79db09da98
@ -1,3 +1,7 @@
|
|||||||
|
2009-05-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* src/userdel.c: Remove duplicate definitions of exit codes.
|
||||||
|
|
||||||
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
|
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* libmisc/non_interactive_pam_conv.c,
|
* libmisc/non_interactive_pam_conv.c,
|
||||||
|
@ -65,9 +65,7 @@
|
|||||||
/*
|
/*
|
||||||
* exit status values
|
* exit status values
|
||||||
*/
|
*/
|
||||||
#define E_SUCCESS 0
|
|
||||||
#define E_PW_UPDATE 1 /* can't update password file */
|
#define E_PW_UPDATE 1 /* can't update password file */
|
||||||
#define E_USAGE 2 /* invalid command syntax */
|
|
||||||
#define E_NOTFOUND 6 /* specified user doesn't exist */
|
#define E_NOTFOUND 6 /* specified user doesn't exist */
|
||||||
#define E_USER_BUSY 8 /* user currently logged in */
|
#define E_USER_BUSY 8 /* user currently logged in */
|
||||||
#define E_GRP_UPDATE 10 /* can't update group file */
|
#define E_GRP_UPDATE 10 /* can't update group file */
|
||||||
|
Loading…
Reference in New Issue
Block a user