Date: Sat, 22 Nov 2014 22:37:21 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373111 - head/sysutils/monitorix Message-ID: <201411222237.sAMMbLs5044305@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Sat Nov 22 22:37:20 2014 New Revision: 373111 URL: https://svnweb.freebsd.org/changeset/ports/373111 QAT: https://qat.redports.org/buildarchive/r373111/ Log: Correct httpd user Modified: head/sysutils/monitorix/Makefile Modified: head/sysutils/monitorix/Makefile ============================================================================== --- head/sysutils/monitorix/Makefile Sat Nov 22 22:32:45 2014 (r373110) +++ head/sysutils/monitorix/Makefile Sat Nov 22 22:37:20 2014 (r373111) @@ -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}/|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411222237.sAMMbLs5044305>