]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-inetdfix.patch
rel 15; builds
[packages/apache1.git] / apache1-inetdfix.patch
CommitLineData
bfc879b9
ER
1diff -Naurd build-tree.orig/apache_1.3.34/src/main/http_config.c build-tree/apache_1.3.34/src/main/http_config.c
2--- build-tree.orig/apache_1.3.34/src/main/http_config.c 2004-11-07 17:15:08.000000000 +0100
3+++ build-tree/apache_1.3.34/src/main/http_config.c 2004-11-07 17:17:24.000000000 +0100
4@@ -1302,7 +1302,7 @@
5 * entries here and store 'em away. Recall we need full pathnames
6 * for this.
7 */
8- fprintf(stderr, "Processing config directory: %s\n", fname);
9+ /* fprintf(stderr, "Processing config directory: %s\n", fname); */
10 #ifdef NETWARE
11 dirp = ap_popendir(p, fname);
12 #else
13@@ -1340,7 +1340,7 @@
14 */
15 for (current = 0; current < candidates->nelts; ++current) {
16 fnew = &((fnames *) candidates->elts)[current];
17- fprintf(stderr, " Processing config file: %s\n", fnew->fname);
18+ /* fprintf(stderr, " Processing config file: %s\n", fnew->fname); */
19 ap_process_resource_config(s, fnew->fname, p, ptemp);
20 }
21 }
This page took 0.034259 seconds and 4 git commands to generate.