]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-PLD.patch
- update to 1.3.39
[packages/apache1.git] / apache1-PLD.patch
1 diff -urN apache_1.3.14.orig/config.layout apache_1.3.14/config.layout
2 --- apache_1.3.14.orig/config.layout    Tue Sep 26 01:44:55 2000
3 +++ apache_1.3.14/config.layout Sat Nov 11 20:41:04 2000
4 @@ -249,3 +249,22 @@
5      proxycachedir: $localstatedir/cache/apache
6  </Layout>
7  
8 +# PLD layout...
9 +<Layout PLD>
10 +    prefix:        /usr
11 +    exec_prefix:   $prefix
12 +    bindir:        $prefix/bin
13 +    sbindir:       $prefix/sbin
14 +    libexecdir:    $prefix/lib/apache1
15 +    mandir:        $prefix/share/man
16 +    sysconfdir:    /etc/apache
17 +    datadir:       /home/services/apache
18 +    iconsdir:      $datadir/icons
19 +    htdocsdir:     $datadir/html
20 +    cgidir:        $datadir/cgi-bin
21 +    includedir:    $prefix/include/apache1
22 +    localstatedir: /var
23 +    runtimedir:    $localstatedir/run
24 +    logfiledir:    $localstatedir/log/apache
25 +    proxycachedir: $localstatedir/cache/www/apache
26 +</Layout>     
27 diff -urN apache_1.3.14.orig/src/main/http_main.c apache_1.3.14/src/main/http_main.c
28 --- apache_1.3.14.orig/src/main/http_main.c     Thu Sep 28 15:32:36 2000
29 +++ apache_1.3.14/src/main/http_main.c  Sat Nov 11 20:39:48 2000
30 @@ -432,6 +432,9 @@
31      else {
32         ap_add_version_component(SERVER_BASEVERSION " (" PLATFORM ")");
33      }
34 +
35 +    ap_add_version_component(" (PLD/Linux)");
36 +    
37      /*
38       * Lock the server_version string if we're not displaying
39       * the full set of tokens
This page took 0.290972 seconds and 3 git commands to generate.