summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-05-22 10:22:10 +0200
committerLars Wendler <polynomial-c@gentoo.org>2014-05-22 10:22:10 +0200
commite4c6d9347f3ac7a43f6d452523f17c9d0174a3e6 (patch)
tree3e93f87c1cfb45ea98e3fafc96931e4bd4fbf015 /2.2/patches
parentAttempt to fix stop of apache with mod_perl in apache-2.2 as well (bug #503986) (diff)
downloadapache-e4c6d9347f3ac7a43f6d452523f17c9d0174a3e6.tar.gz
apache-e4c6d9347f3ac7a43f6d452523f17c9d0174a3e6.tar.bz2
apache-e4c6d9347f3ac7a43f6d452523f17c9d0174a3e6.zip
Revert runtime dir location changes as /run only exists on Linux systems
Diffstat (limited to '2.2/patches')
-rw-r--r--2.2/patches/config.layout2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.2/patches/config.layout b/2.2/patches/config.layout
index f8debc4..83a4b0f 100644
--- a/2.2/patches/config.layout
+++ b/2.2/patches/config.layout
@@ -16,7 +16,7 @@
manualdir: /usr/share/doc/version/manual
sysconfdir: /etc/apache2
localstatedir: /var
- runtimedir: /run
+ runtimedir: /var/run
logfiledir: /var/log/apache2
proxycachedir: /var/cache/apache2
</Layout>