svn commit: r530214 - in head/net-mgmt/netdata: . files

Matthias Andree mandree at FreeBSD.org
Wed Apr 1 12:16:10 UTC 2020


Author: mandree
Date: Wed Apr  1 12:16:03 2020
New Revision: 530214
URL: https://svnweb.freebsd.org/changeset/ports/530214

Log:
  net-mgmt/netdata: Unbreak webui permissions when running netdata as root
  
  Bump PORTREVISION (installed @sample file changes).
  
  PR:		244544
  Submitted by:	Dries Michiels <driesm.michiels at gmail.com>
  Approved by:	maintainer timeout (mmokhi@, 31 d)

Modified:
  head/net-mgmt/netdata/Makefile
  head/net-mgmt/netdata/files/netdata.conf.sample.in

Modified: head/net-mgmt/netdata/Makefile
==============================================================================
--- head/net-mgmt/netdata/Makefile	Wed Apr  1 12:15:32 2020	(r530213)
+++ head/net-mgmt/netdata/Makefile	Wed Apr  1 12:16:03 2020	(r530214)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netdata
 PORTVERSION=	1.20.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-mgmt
 

Modified: head/net-mgmt/netdata/files/netdata.conf.sample.in
==============================================================================
--- head/net-mgmt/netdata/files/netdata.conf.sample.in	Wed Apr  1 12:15:32 2020	(r530213)
+++ head/net-mgmt/netdata/files/netdata.conf.sample.in	Wed Apr  1 12:16:03 2020	(r530214)
@@ -17,3 +17,5 @@
 	respect do not track policy = yes
 	disconnect idle clients after seconds = 3600
 	bind to = 127.0.0.1
+	web files owner = netdata
+	web files group = netdata


More information about the svn-ports-all mailing list