1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Correct httpd user

This commit is contained in:
Chris Rees 2014-11-22 22:37:20 +00:00
parent 8f2d6777f1
commit f684f34bc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373111

View File

@ -71,6 +71,8 @@ post-patch:
${WRKSRC}/${PORTNAME} \
${WRKSRC}/${PORTNAME}.cgi
@${REINPLACE_CMD} \
-e '\|user *= *nobody|s|nobody|www|' \
-e '\|group *= *nobody|s|nobody|www|' \
-e 's|^\(base_dir *= *\).*|\1${WWWDIR}/|' \
-e 's|^\(base_lib *= *\).*|\1${DBDIR}/|' \
-e 's|^\(base_cgi *= *\).*|\1${CGIPATH}/|' \