Update of /cvsroot/agd/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31932
Modified Files:
ExitValues
Log Message:
Disallowed running AGD as root; Added exit value 5 as configuration error
Index: ExitValues
===================================================================
RCS file: /cvsroot/agd/server/ExitValues,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ExitValues 12 Mar 2004 08:32:10 -0000 1.1
+++ ExitValues 21 Mar 2004 13:43:50 -0000 1.2
@@ -3,3 +3,5 @@
2: Network error
3: Script problems (for example, master doesn't load)
4: Exit due to a signal (this indicates a crash)
+5: Configuration error (syntax error in the configuration file,
+ incorrect arguments, running AGD as root, etc.)
|