]> git.pld-linux.org Git - packages/apache.git/commitdiff
- PLD branding
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Apr 2007 10:52:28 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-branding.patch -> 1.1

apache-branding.patch [new file with mode: 0644]

diff --git a/apache-branding.patch b/apache-branding.patch
new file mode 100644 (file)
index 0000000..e198b13
--- /dev/null
@@ -0,0 +1,11 @@
+--- httpd-2.2.4/server/core.c~ 2007-04-09 12:44:44.498312561 +0300
++++ httpd-2.2.4/server/core.c  2007-04-09 13:51:55.259792868 +0300
+@@ -2733,7 +2733,7 @@
+ AP_DECLARE(const char *) ap_get_server_description(void)
+ {
+     return server_description ? server_description :
+-        AP_SERVER_BASEVERSION " (" PLATFORM ")";
++        AP_SERVER_BASEVERSION " (PLD/Linux)";
+ }
+ AP_DECLARE(const char *) ap_get_server_banner(void)
This page took 0.12116 seconds and 4 git commands to generate.