Mailing List Archive

cvs commit: apache-1.3/src/main http_main.c
coar 98/05/08 04:35:43

Modified: src/main http_main.c
Log:
Reposition the OS/2 display of the server version information so it
has something to display.

Submitted by: Brian Havard <brianh@kheldar.apana.org.au>
Reviewed by: Ken Coar

Revision Changes Path
1.334 +4 -4 apache-1.3/src/main/http_main.c

Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -r1.333 -r1.334
--- http_main.c 1998/05/08 03:17:01 1.333
+++ http_main.c 1998/05/08 11:35:41 1.334
@@ -3802,6 +3802,10 @@
{
int remaining_children_to_start;

+#ifdef __EMX__
+ printf("%s \n", ap_get_server_version());
+#endif
+
ap_standalone = 1;

is_graceful = 0;
@@ -4108,10 +4112,6 @@
usage(argv[0]);
}
}
-
-#ifdef __EMX__
- printf("%s \n", ap_get_server_version());
-#endif

ap_suexec_enabled = init_suexec();
server_conf = ap_read_config(pconf, ptrans, ap_server_confname);