diff options
Diffstat (limited to 'www/apache6/patches/patch-aa')
-rw-r--r-- | www/apache6/patches/patch-aa | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/www/apache6/patches/patch-aa b/www/apache6/patches/patch-aa index 8df3e0e0edf..3bc1d500390 100644 --- a/www/apache6/patches/patch-aa +++ b/www/apache6/patches/patch-aa @@ -1,17 +1,8 @@ -$NetBSD: patch-aa,v 1.2 1999/07/23 18:19:30 itojun Exp $ +$NetBSD: patch-aa,v 1.3 1999/09/01 07:41:03 itojun Exp $ ---- Makefile.tmpl.orig Mon Mar 15 16:38:46 1999 -+++ Makefile.tmpl Fri Jul 23 10:07:16 1999 -@@ -114,7 +114,7 @@ - datadir = @datadir@ - iconsdir = $(datadir)/icons - htdocsdir = $(datadir)/htdocs --cgidir = $(datadir)/cgi-bin -+cgidir = $(prefix)/libexec/cgi-bin - includedir = @includedir@ - localstatedir = @localstatedir@ - runtimedir = @runtimedir@ -@@ -388,12 +388,13 @@ +--- Makefile.tmpl.orig Thu Aug 12 23:58:18 1999 ++++ Makefile.tmpl Wed Sep 1 00:08:27 1999 +@@ -450,12 +450,13 @@ find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ find $(root)$(htdocsdir)/ -type f -exec chmod a+r {} \; ; \ fi @@ -26,7 +17,7 @@ $NetBSD: patch-aa,v 1.2 1999/07/23 18:19:30 itojun Exp $ > $(TOP)/$(SRC)/.apaci.install.tmp; \ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \ -@@ -410,7 +411,7 @@ +@@ -472,7 +473,7 @@ # and initial config files while preserving existing ones. install-config: @echo "===> [config: Installing Apache configuration files]" |