Magellan Linux

Contents of /tags/apache2-2_2_8-r1/apache2/patches/apache2-2.2.4-magellan-vendor.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 503 - (show annotations) (download)
Sat Mar 15 21:36:07 2008 UTC (16 years, 3 months ago) by (unknown author)
File size: 525 byte(s)
This commit was manufactured by cvs2svn to create tag
'apache2-2_2_8-r1'.
1 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 /*