mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Fix Group replacing in httpd.conf
This commit is contained in:
parent
14b7d6ce22
commit
af0efb65b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49035
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 1.3.22
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
|
||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.tmpl.orig Sun Oct 7 02:01:09 2001
|
||||
+++ Makefile.tmpl Wed Oct 17 06:50:16 2001
|
||||
+++ Makefile.tmpl Sun Oct 21 23:17:01 2001
|
||||
@@ -270,10 +270,12 @@
|
||||
$(MKDIR) $(root)$(mandir)/man1
|
||||
$(MKDIR) $(root)$(mandir)/man8
|
||||
@ -71,7 +71,7 @@
|
||||
@echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \
|
||||
(cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\
|
||||
(cd $(root)$(iconsdir)/ && $(TAR) -xf -); \
|
||||
@@ -522,10 +531,10 @@
|
||||
@@ -522,14 +531,14 @@
|
||||
-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,3 +86,8 @@
|
||||
-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;ServerAdmin you@your.address;ServerAdmin $(conf_serveradmin);' \
|
||||
-e 's;ServerName new.host.name;ServerName $(conf_servername);' \
|
||||
|
Loading…
Reference in New Issue
Block a user