aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-11-23 06:37:20 +0800
committercrees <crees@FreeBSD.org>2014-11-23 06:37:20 +0800
commitb2fe51c36f97af981a392b6d8d56b3f9c330e3d3 (patch)
tree0df4fd0ad0bfbaeae417eb6ba1ce612f971ddbd1 /sysutils
parent0210f7f808824b4082cd1053b8ada4a2857432c3 (diff)
downloadfreebsd-ports-gnome-b2fe51c36f97af981a392b6d8d56b3f9c330e3d3.tar.gz
freebsd-ports-gnome-b2fe51c36f97af981a392b6d8d56b3f9c330e3d3.tar.zst
freebsd-ports-gnome-b2fe51c36f97af981a392b6d8d56b3f9c330e3d3.zip
Correct httpd user
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/monitorix/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile
index c28a1696d1e9..a43e6c99b662 100644
--- a/sysutils/monitorix/Makefile
+++ b/sysutils/monitorix/Makefile
@@ -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}/|' \