svn commit: r305530 - head/astro/boinc-setiathome-enhanced/files

Rene Ladan rene at FreeBSD.org
Mon Oct 8 11:59:41 UTC 2012


Author: rene
Date: Mon Oct  8 11:59:40 2012
New Revision: 305530
URL: http://svn.freebsd.org/changeset/ports/305530

Log:
  Use the correct user:group for app_info.xml
  
  This was root:wheel before, make it boinc:nobody for consistency with the rest
  of the port and with astro/boinc-astropulse.
  Submitted by:	Andrey Simonenko via #bsdports

Modified:
  head/astro/boinc-setiathome-enhanced/files/pkg-install.in   (contents, props changed)

Modified: head/astro/boinc-setiathome-enhanced/files/pkg-install.in
==============================================================================
--- head/astro/boinc-setiathome-enhanced/files/pkg-install.in	Mon Oct  8 11:22:10 2012	(r305529)
+++ head/astro/boinc-setiathome-enhanced/files/pkg-install.in	Mon Oct  8 11:59:40 2012	(r305530)
@@ -12,6 +12,7 @@ if [ ! -f $F ]; then
     echo Creating new $F
     echo "<app_info>" > $F
     echo "</app_info>" >> $F
+    chown %%BOINC_CLIENT_USER%%:%%BOINC_CLIENT_GROUP%% $F
 fi
 
 echo Adding setiathome_enhanced lines to $F



More information about the svn-ports-all mailing list