]> git.pld-linux.org Git - packages/apache.git/blob - apache-layout.patch
- graceful reload support
[packages/apache.git] / apache-layout.patch
1 diff -urN httpd-2.0.45.org/config.layout httpd-2.0.45/config.layout
2 --- httpd-2.0.45.org/config.layout      Thu Apr  3 09:27:42 2003
3 +++ httpd-2.0.45/config.layout  Thu Apr  3 09:27:59 2003
4 @@ -298,3 +298,28 @@
5      installbuilddir: ${prefix}/etc/apache2/build
6      errordir:      ${datadir}/error
7  </Layout>
8 +
9 +# PLD layout
10 +<Layout PLD>
11 +    prefix:        /usr
12 +    exec_prefix:   ${prefix}
13 +    bindir:        ${exec_prefix}/bin
14 +    sbindir:       ${exec_prefix}/sbin
15 +    libdir:        ${exec_prefix}/lib
16 +    libexecdir:    ${exec_prefix}/lib/apache/modules
17 +    mandir:        /usr/share/man
18 +    infodir:       /usr/share/info
19 +    sysconfdir:    /etc/httpd
20 +    datadir:       ${exec_prefix}/share/apache
21 +    iconsdir:      /home/services/httpd/icons
22 +    htdocsdir:     /home/services/httpd/html
23 +    manualdir:     /home/services/httpd/manual
24 +    errordir:      /home/services/httpd/error
25 +    cgidir:        /home/services/httpd/cgi-bin
26 +    includedir:    ${exec_prefix}/include/apache
27 +    localstatedir: /var/lib/httpd
28 +    runtimedir:    /var/run
29 +    logfiledir:    /var/log/httpd
30 +    proxycachedir: /var/cache/apache
31 +    installbuilddir: ${exec_prefix}/lib/apache/build
32 +</Layout>
33 diff -urN httpd-2.0.45.org/srclib/apr/config.layout httpd-2.0.45/srclib/apr/config.layout
34 --- httpd-2.0.45.org/srclib/apr/config.layout   Thu Apr  3 09:27:43 2003
35 +++ httpd-2.0.45/srclib/apr/config.layout       Thu Apr  3 09:30:15 2003
36 @@ -229,3 +229,30 @@
37      infodir:       ${exec_prefix}/share/info
38      libsuffix:    -${APR_MAJOR_VERSION}
39  </Layout>
40 +
41 +
42 +# PLD layout
43 +<Layout PLD>
44 +    prefix:        /usr
45 +    exec_prefix:   ${prefix}
46 +    bindir:        ${exec_prefix}/bin
47 +    sbindir:       ${exec_prefix}/sbin
48 +    libdir:        ${exec_prefix}/lib
49 +    libexecdir:    ${exec_prefix}/lib/apache/modules
50 +    mandir:        /usr/share/man
51 +    infodir:       /usr/share/info
52 +    sysconfdir:    /etc/httpd
53 +    datadir:       ${exec_prefix}/share/apache
54 +    iconsdir:      /home/services/httpd/icons
55 +    htdocsdir:     /home/services/httpd/html
56 +    manualdir:     /home/services/httpd/manual
57 +    errordir:      /home/services/httpd/error
58 +    cgidir:        /home/services/httpd/cgi-bin
59 +    includedir:    ${exec_prefix}/include/apache
60 +    localstatedir: /var/lib/httpd
61 +    runtimedir:    /var/run
62 +    logfiledir:    /var/log/httpd
63 +    proxycachedir: /var/cache/apache
64 +    installbuilddir: ${exec_prefix}/lib/apache/build
65 +</Layout>
66 +
67 diff -urN httpd-2.0.45.org/srclib/apr-util/config.layout httpd-2.0.45/srclib/apr-util/config.layout
68 --- httpd-2.0.45.org/srclib/apr-util/config.layout      Thu Apr  3 09:27:44 2003
69 +++ httpd-2.0.45/srclib/apr-util/config.layout  Thu Apr  3 09:30:28 2003
70 @@ -229,3 +229,29 @@
71      infodir:       ${exec_prefix}/share/info
72      libsuffix     -${APRUTIL_MAJOR_VERSION}
73  </Layout>
74 +
75 +# PLD layout
76 +<Layout PLD>
77 +    prefix:        /usr
78 +    exec_prefix:   ${prefix}
79 +    bindir:        ${exec_prefix}/bin
80 +    sbindir:       ${exec_prefix}/sbin
81 +    libdir:        ${exec_prefix}/lib
82 +    libexecdir:    ${exec_prefix}/lib/apache/modules
83 +    mandir:        /usr/share/man
84 +    infodir:       /usr/share/info
85 +    sysconfdir:    /etc/httpd
86 +    datadir:       ${exec_prefix}/share/apache
87 +    iconsdir:      /home/services/httpd/icons
88 +    htdocsdir:     /home/services/httpd/html
89 +    manualdir:     /home/services/httpd/manual
90 +    errordir:      /home/services/httpd/error
91 +    cgidir:        /home/services/httpd/cgi-bin
92 +    includedir:    ${exec_prefix}/include/apache
93 +    localstatedir: /var/lib/httpd
94 +    runtimedir:    /var/run
95 +    logfiledir:    /var/log/httpd
96 +    proxycachedir: /var/cache/apache
97 +    installbuilddir: ${exec_prefix}/lib/apache/build
98 +</Layout>
99 +
This page took 0.885564 seconds and 3 git commands to generate.