Magellan Linux

Contents of /trunk/apache2/patches/apache2-2.2.4-magellan-version.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 234 - (show annotations) (download)
Sat Jun 30 16:50:04 2007 UTC (16 years, 10 months ago) by niro
File size: 504 byte(s)
files for apache-2.2.4-r3

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 18:48:38.000000000 +0200
4 @@ -2733,7 +2733,7 @@
5 AP_DECLARE(const char *) ap_get_server_description(void)
6 {
7 return server_description ? server_description :
8 - AP_SERVER_BASEVERSION " (" PLATFORM ")";
9 + AP_SERVER_BASEVERSION " (Magellan)";
10 }
11
12 AP_DECLARE(const char *) ap_get_server_banner(void)