[svn-upgrade] Integrating new upstream version, shadow (4.0.12)
This commit is contained in:
9
lib/exitcodes.h
Normal file
9
lib/exitcodes.h
Normal file
@ -0,0 +1,9 @@
|
||||
/* $Id: exitcodes.h,v 1.3 2005/07/27 10:10:31 kloczek Exp $ */
|
||||
|
||||
/*
|
||||
* Exit codes used by shadow programs
|
||||
*/
|
||||
#define E_SUCCESS 0 /* success */
|
||||
#define E_NOPERM 1 /* permission denied */
|
||||
#define E_USAGE 2 /* invalid command syntax */
|
||||
#define E_BAD_ARG 3 /* invalid argument to option */
|
Reference in New Issue
Block a user