You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2012/04/17 16:01:41 UTC

svn commit: r1327101 - in /httpd/httpd/branches/2.4.x: ./ config.layout

Author: igalic
Date: Tue Apr 17 14:01:41 2012
New Revision: 1327101

URL: http://svn.apache.org/viewvc?rev=1327101&view=rev
Log:
backport r1325632

Introduce Slackware layout.
patch: Frank Gingras
review: igalic


Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/config.layout

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1325632

Modified: httpd/httpd/branches/2.4.x/config.layout
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/config.layout?rev=1327101&r1=1327100&r2=1327101&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/config.layout (original)
+++ httpd/httpd/branches/2.4.x/config.layout Tue Apr 17 14:01:41 2012
@@ -347,3 +347,26 @@
     proxycachedir: ${localstatedir}/proxy
 </Layout>
 
+# FHS layout
+<Layout Slackware-FHS>
+    prefix:          /usr
+    exec_prefix:     ${prefix}
+    bindir:          ${prefix}/bin
+    sbindir:         ${prefix}/sbin
+    libdir:          ${prefix}/lib/httpd
+    libexecdir:      ${prefix}/lib/httpd/modules
+    installbuilddir: ${prefix}/lib/httpd/build
+    mandir:          ${prefix}/man
+    sysconfdir:      /etc/httpd
+    datadir:         /srv/httpd
+    iconsdir:        ${datadir}/icons
+    htdocsdir:       ${datadir}/htdocs
+    manualdir:       ${htdocsdir}/manual
+    cgidir:          ${datadir}/cgi-bin
+    errordir:        ${datadir}/error
+    includedir:      ${prefix}/include/httpd
+    localstatedir:   /var
+    runtimedir:      ${localstatedir}/run/httpd
+    logfiledir:      ${localstatedir}/log/httpd
+    proxycachedir:   ${localstatedir}/cache/httpd
+</Layout>