Update of /cvsroot/agd/server/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3964
Modified Files:
main.c
Log Message:
Pretty please with sugar.
Index: main.c
===================================================================
RCS file: /cvsroot/agd/server/src/main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- main.c 21 Mar 2004 13:43:50 -0000 1.15
+++ main.c 21 Mar 2004 14:06:23 -0000 1.16
@@ -161,7 +161,7 @@
#ifndef ALLOW_ROOT
if(getuid() == 0) {
- printf("Don't run AGD as root - this is a security risk at this point.\n");
+ printf("Please don't run AGD as root - this is a security risk at this point.\n");
printf("Create a user for it or run it under your own account.\n");
exit(5);
}
|