Hi,
attached patch, made for 2.0.39 and fitting into current cvs, updates
config.layout for the layout on our distribution.
Thanks,
Peter
--
VFS: Busy inodes after unmount. Self-destruct in 5 seconds. Have a nice day...
diff -uNr httpd-2.0.39.orig/config.layout httpd-2.0.39.layout/config.layout
--- httpd-2.0.39.orig/config.layout Fri May 17 16:49:30 2002
+++ httpd-2.0.39.layout/config.layout Mon Jul 15 17:46:56 2002
@@ -186,7 +186,7 @@
sbindir: ${prefix}/sbin
libdir: ${prefix}/lib
libexecdir: ${prefix}/lib/apache
- mandir: ${prefix}/man
+ mandir: ${prefix}/share/man
sysconfdir: /etc/httpd
datadir: /usr/local/httpd
installbuilddir: ${datadir}/build
@@ -196,10 +196,10 @@
manualdir: ${datadir}/manual
cgidir: ${datadir}/cgi-bin
includedir: ${prefix}/include/apache
- localstatedir: /var
- runtimedir: ${localstatedir}/run
- logfiledir: ${localstatedir}/log/httpd
- proxycachedir: ${localstatedir}/cache/httpd
+ localstatedir: /var/lib/httpd
+ runtimedir: /var/run
+ logfiledir: /var/log/httpd
+ proxycachedir: /var/cache/httpd
</Layout>
# BSD/OS layout