brian 97/09/18 11:56:15
Modified: src/main http_main.c
Log:
Remove developer-specific messages from startup.
Revision Changes Path
1.225 +0 -3 apachen/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_main.c,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- http_main.c 1997/09/14 11:06:51 1.224
+++ http_main.c 1997/09/18 18:56:09 1.225
@@ -3577,7 +3577,6 @@
#ifdef __EMX__
printf("%s \n", SERVER_VERSION);
- printf("OS/2 port by Garey Smiley <[EMAIL PROTECTED]> \n");
#endif
suexec_enabled = init_suexec();
@@ -4390,12 +4389,10 @@
#ifdef __EMX__
printf("%s \n", SERVER_VERSION);
- printf("OS/2 port by Garey Smiley <[EMAIL PROTECTED]> \n");
#endif
#ifdef WIN32
if (!child) {
printf("%s \n", SERVER_VERSION);
- printf("WIN32 port by Ambarish Malpani <[EMAIL PROTECTED]> and the
Apache Group.\n");
}
#endif
if (!child && run_as_service) {