~ubuntu-branches/ubuntu/gutsy/apache2/gutsy

« back to all changes in this revision

Viewing changes to debian/patches/007_debian_advertising

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-24 13:02:52 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051024130252-1falzxxyrndau13m
Tags: 2.0.55-3
Brown paper bag release: Tidy up CFLAGS and APR configure call to make
sure that what we link to agrees with what apu-config tells others to do.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- build-tree.orig/apache2/server/core.c       2003-04-05 11:07:54.000000000 +0200
2
 
+++ build-tree/apache2/server/core.c    2003-04-05 11:23:12.000000000 +0200
3
 
@@ -2384,7 +2384,7 @@
4
 
         ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION);
5
 
     }
6
 
     else {
7
 
-        ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")");
8
 
+        ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (Ubuntu)");
9
 
     }
10
 
 
11
 
     /*