summaryrefslogtreecommitdiff
path: root/www/apache13-modssl/files/patch-ab
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-08 05:05:37 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-08 05:05:37 +0000
commitc672cb336b3994212aa349cb562690a25200a4fb (patch)
tree2df18fb9892f70677673f2a515bcd1c2cba376ee /www/apache13-modssl/files/patch-ab
parentUpdate to 1.2.8 (diff)
Update to 1.3.23+2.8.6
Notes
Notes: svn path=/head/; revision=54342
Diffstat (limited to 'www/apache13-modssl/files/patch-ab')
-rw-r--r--www/apache13-modssl/files/patch-ab13
1 files changed, 4 insertions, 9 deletions
diff --git a/www/apache13-modssl/files/patch-ab b/www/apache13-modssl/files/patch-ab
index f1bffafaedf2..73a754755efe 100644
--- a/www/apache13-modssl/files/patch-ab
+++ b/www/apache13-modssl/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.tmpl.orig Mon Oct 22 21:27:50 2001
-+++ Makefile.tmpl Mon Oct 22 21:30:58 2001
+--- Makefile.tmpl.orig Thu Feb 7 23:46:03 2002
++++ Makefile.tmpl Thu Feb 7 23:47:53 2002
@@ -329,10 +329,12 @@
$(MKDIR) $(root)$(sysconfdir)/ssl.csr
$(MKDIR) $(root)$(sysconfdir)/ssl.key
@@ -15,7 +15,7 @@
$(MKDIR) $(root)$(includedir)
$(MKDIR) $(root)$(includedir)/xml
$(MKDIR) $(root)$(runtimedir)
-@@ -531,33 +533,40 @@
+@@ -533,33 +535,40 @@
# icons and distributed CGI scripts.
install-data:
@echo "===> [data: Installing initial data files]"
@@ -71,7 +71,7 @@
@echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \
(cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\
(cd $(root)$(iconsdir)/ && $(TAR) -xf -); \
-@@ -605,14 +614,14 @@
+@@ -607,10 +616,10 @@
-e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \
-e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
-e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \
@@ -86,8 +86,3 @@
-e 's;conf/magic;$(sysconfdir)/magic;' \
-e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \
-e 's;User nobody;User $(conf_user);' \
-- -e 's;Group #-1;Group $(conf_group);' \
-+ -e 's;Group "#-1";Group $(conf_group);' \
- -e 's;Port 80;Port $(conf_port);' \
- -e 's;Listen 80;Listen $(conf_port);' \
- -e 's;Listen 443;Listen $(conf_port_ssl);' \