svn commit: r373111 - head/sysutils/monitorix

Chris Rees crees at FreeBSD.org
Sat Nov 22 22:37:21 UTC 2014


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}/|' \


More information about the svn-ports-head mailing list