- duplicate www/apache22 re-fix for /etc/ftpusers in www/apache20
PR: ports/144422 Reported by: several With hat: apache@
This commit is contained in:
parent
f3fd2dc043
commit
79f18f57cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253876
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 2.0.63
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
|
||||
${MASTER_SITE_LOCAL:S/$/:powerlogo/}
|
||||
|
@ -214,7 +214,7 @@ pre-configure:
|
|||
|
||||
post-configure:
|
||||
@FTPUSERS=`${EGREP} -v '^#' /etc/ftpusers| ${TR} -s "\n" " "` ;\
|
||||
${REINPLACE_CMD} -e "s,%%FTPUSERS%%,${FTPUSERS}, ; \
|
||||
${REINPLACE_CMD} -e "s,%%FTPUSERS%%,$${FTPUSERS}, ; \
|
||||
s,%%WWWOWN%%,${WWWOWN}, ; \
|
||||
s,%%WWWGRP%%,${WWWGRP}, ; \
|
||||
s,%%WWWBASEDIR%%,${PREFIX}/www," \
|
||||
|
|
Loading…
Reference in a new issue