Magellan Linux

Annotation of /trunk/apache2/patches/apache2-2.2.4-magellan-vendor.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 235 - (hide annotations) (download)
Sat Jun 30 17:09:21 2007 UTC (16 years, 11 months ago) by niro
File size: 525 byte(s)
-fixed non working version patch with new vendor patch

1 niro 235 diff -Naur httpd-2.2.4/server/core.c httpd-2.2.4-magellan/server/core.c
2     --- httpd-2.2.4/server/core.c 2006-09-15 15:19:25.000000000 +0200
3     +++ httpd-2.2.4-magellan/server/core.c 2007-06-30 19:09:03.000000000 +0200
4     @@ -2794,7 +2794,7 @@
5     ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION);
6     }
7     else {
8     - ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")");
9     + ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (Magellan)");
10     }
11    
12     /*