Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
backport r1325632
Introduce Slackware layout.
patch: Frank Gingras
review: igalic



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1327101 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Igor Galić committed Apr 17, 2012
1 parent 1edb3dd commit 6a65c96
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config.layout
Expand Up @@ -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>

0 comments on commit 6a65c96

Please sign in to comment.