Date: Mon, 8 Oct 2012 11:59:40 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305530 - head/astro/boinc-setiathome-enhanced/files Message-ID: <201210081159.q98BxeIB095147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210081159.q98BxeIB095147>