diff options
author | crees <crees@FreeBSD.org> | 2014-11-23 06:37:20 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-11-23 06:37:20 +0800 |
commit | b2fe51c36f97af981a392b6d8d56b3f9c330e3d3 (patch) | |
tree | 0df4fd0ad0bfbaeae417eb6ba1ce612f971ddbd1 /sysutils | |
parent | 0210f7f808824b4082cd1053b8ada4a2857432c3 (diff) | |
download | freebsd-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/Makefile | 2 |
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}/|' \ |