summaryrefslogtreecommitdiff
path: root/www/apache2/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache2/patches/patch-aa')
-rw-r--r--www/apache2/patches/patch-aa19
1 files changed, 5 insertions, 14 deletions
diff --git a/www/apache2/patches/patch-aa b/www/apache2/patches/patch-aa
index 1177c738451..0051876d2db 100644
--- a/www/apache2/patches/patch-aa
+++ b/www/apache2/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2002/04/13 21:35:52 jlam Exp $
+$NetBSD: patch-aa,v 1.4 2002/06/01 13:18:02 itojun Exp $
---- Makefile.in.orig Fri Apr 5 14:36:06 2002
+--- Makefile.in.orig Mon Apr 29 01:41:25 2002
+++ Makefile.in
@@ -16,7 +16,7 @@
PROGRAMS = $(PROGRAM_NAME)
@@ -11,23 +11,14 @@ $NetBSD: patch-aa,v 1.3 2002/04/13 21:35:52 jlam Exp $
install-other install-cgi install-include install-suexec install-man \
install-build
-@@ -37,7 +37,7 @@
- done; \
- for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
- cd $$j ; \
-- for i in *-std* ssl.conf; do \
-+ for i in *-std.conf ssl.conf; do \
- [ -f $$i ] || continue; \
- ( \
- n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
-@@ -71,6 +71,7 @@
+@@ -70,6 +70,7 @@
+ < $$i; \
fi \
) > $(sysconfdir)/$$i; \
- chmod 0644 $(sysconfdir)/$$i; \
+ if false; then \
+ chmod 0644 $(sysconfdir)/$$i; \
file=`echo $$i|sed s/-std//`; \
if [ "$$file" = "httpd.conf" ]; then \
- file=`echo $$file|sed s/.*.conf/$(PROGRAM_NAME).conf/`; \
@@ -78,12 +79,15 @@
if test "$$file" != "$$i" && test ! -f $(sysconfdir)/$$file; then \
$(INSTALL_DATA) $(sysconfdir)/$$i $(sysconfdir)/$$file; \