diff options
author | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 06:16:56 +0000 |
---|---|---|
committer | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 06:16:56 +0000 |
commit | 6356941d7174ac4cb94ba9bb2d6fe71849128384 (patch) | |
tree | 3f11caf9a87b927bf781f7c08f7a72065718bec2 /httpd-2.0.48-release.patch | |
parent | 2d6a2e5261dd79b1fb2f32ead440dd0425582a75 (diff) | |
download | httpd-FC-2-split.tar.gz httpd-FC-2-split.tar.xz httpd-FC-2-split.zip |
auto-import httpd-2.0.48-10 from httpd-2.0.48-10.src.rpmhttpd-2_0_48-10FC-2-split
Diffstat (limited to 'httpd-2.0.48-release.patch')
-rw-r--r-- | httpd-2.0.48-release.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httpd-2.0.48-release.patch b/httpd-2.0.48-release.patch new file mode 100644 index 0000000..924d3c4 --- /dev/null +++ b/httpd-2.0.48-release.patch @@ -0,0 +1,11 @@ +--- httpd-2.0.48/server/core.c.release ++++ httpd-2.0.48/server/core.c +@@ -2429,7 +2429,7 @@ + ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION); + } + else { +- ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")"); ++ ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (@RELEASE@)"); + } + + /* |