diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-07-16 20:29:59 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-07-16 20:29:59 +0200 |
commit | 508477b82d16df2196b8e95fdd0d1870e03dc69c (patch) | |
tree | ec673f75285183675a3f908d1ad1412ae218d3d9 /config.layout | |
parent | Revert the change in the previous commit, which broke the (diff) | |
download | apache2-508477b82d16df2196b8e95fdd0d1870e03dc69c.tar.xz apache2-508477b82d16df2196b8e95fdd0d1870e03dc69c.zip |
Update SuSE layout.
Submitted by: Peter Poeml <poeml@suse.de>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'config.layout')
-rw-r--r-- | config.layout | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.layout b/config.layout index 25b05871f8..b4a317d3d7 100644 --- a/config.layout +++ b/config.layout @@ -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 |