]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-PLD.patch
- rel 5
[packages/apache1.git] / apache1-PLD.patch
CommitLineData
500394d0
JR
1diff -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
a16bb46d
JB
4@@ -249,3 +249,22 @@
5 proxycachedir: $localstatedir/cache/apache
31a41451 6 </Layout>
a16bb46d 7
31a41451 8+# PLD layout...
9+<Layout PLD>
10+ prefix: /usr
11+ exec_prefix: $prefix
12+ bindir: $prefix/bin
13+ sbindir: $prefix/sbin
e983d4c5 14+ libexecdir: $prefix/lib/apache1
31a41451 15+ mandir: $prefix/share/man
e983d4c5 16+ sysconfdir: /etc/apache
17+ datadir: /home/services/apache
31a41451 18+ iconsdir: $datadir/icons
19+ htdocsdir: $datadir/html
20+ cgidir: $datadir/cgi-bin
e983d4c5 21+ includedir: $prefix/include/apache1
31a41451 22+ localstatedir: /var
23+ runtimedir: $localstatedir/run
e983d4c5 24+ logfiledir: $localstatedir/log/apache
31a41451 25+ proxycachedir: $localstatedir/cache/www/apache
26+</Layout>
500394d0
JR
27diff -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.068334 seconds and 4 git commands to generate.