Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2020 17:40:41 +0000 (UTC)
From:      John Hixson <jhixson@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535121 - head/sysutils/ipfs-go
Message-ID:  <202005131740.04DHeft1081964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhixson
Date: Wed May 13 17:40:41 2020
New Revision: 535121
URL: https://svnweb.freebsd.org/changeset/ports/535121

Log:
  sysutils/ipfs-go: don't run as root
  
  PR:	218179
  Submitted by:	gspu <gspurki@gmail.com>

Modified:
  head/sysutils/ipfs-go/pkg-plist

Modified: head/sysutils/ipfs-go/pkg-plist
==============================================================================
--- head/sysutils/ipfs-go/pkg-plist	Wed May 13 17:38:53 2020	(r535120)
+++ head/sysutils/ipfs-go/pkg-plist	Wed May 13 17:40:41 2020	(r535121)
@@ -1,4 +1,2 @@
 bin/ipfs-go
-@owner %%IPFS_USER%%
-@group %%IPFS_GROUP%%
-@dir %%IPFS_HOME%%
+@dir(%%IPFS_USER%%,%%IPFS_GROUP%%,755) %%IPFS_HOME%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005131740.04DHeft1081964>