summaryrefslogtreecommitdiff
path: root/2.2
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-09-15 10:11:45 +0000
committerPeter Volkov <pva@gentoo.org>2011-09-15 10:11:45 +0000
commit7d606c717370e55710be5f9c339c047131c38c38 (patch)
tree1041f63a88450fc0c54d9557c3d5b0a0ca1d53bd /2.2
parentUse start-stop-daemon to use system limits for apache. Fixes bug #347301 by D... (diff)
downloadapache-7d606c717370e55710be5f9c339c047131c38c38.tar.gz
apache-7d606c717370e55710be5f9c339c047131c38c38.tar.bz2
apache-7d606c717370e55710be5f9c339c047131c38c38.zip
Don't install craft into /etc/apache2, bug 382997 wrt Remy Blank
Diffstat (limited to '2.2')
-rw-r--r--2.2/patches/03_all_gentoo_apache-tools.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/2.2/patches/03_all_gentoo_apache-tools.patch b/2.2/patches/03_all_gentoo_apache-tools.patch
index 4ac4253..311c91a 100644
--- a/2.2/patches/03_all_gentoo_apache-tools.patch
+++ b/2.2/patches/03_all_gentoo_apache-tools.patch
@@ -1,15 +1,6 @@
diff -pruN a/Makefile.in b/Makefile.in
--- a/Makefile.in 2011-08-24 00:34:55.000000000 +0300
+++ b/Makefile.in 2011-08-24 00:29:01.000000000 +0300
-@@ -14,7 +14,7 @@ PROGRAM_DEPENDENCIES = \
-
- PROGRAMS = $(PROGRAM_NAME)
- TARGETS = $(PROGRAMS) $(shared_build) $(other_targets)
--INSTALL_TARGETS = install-htdocs install-error install-icons \
-+INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \
- install-other install-cgi install-include install-suexec install-build \
- install-man
-
@@ -202,14 +202,20 @@ install-include:
$(INSTALL_DATA) $$hdr $(DESTDIR)$(includedir); \
done