diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-10-08 11:59:40 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-10-08 11:59:40 +0000 |
commit | 9a41ac027c9203019ecd44c7ef85300f8c50ff0f (patch) | |
tree | 8cbec6b8e49b046eabd203a31ea6fd0b86b5eaca /astro | |
parent | 5630f5f09cb45a62f199867cae1ec156fd641a5c (diff) | |
download | ports-9a41ac027c9203019ecd44c7ef85300f8c50ff0f.tar.gz ports-9a41ac027c9203019ecd44c7ef85300f8c50ff0f.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/files/pkg-install.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/boinc-setiathome-enhanced/files/pkg-install.in b/astro/boinc-setiathome-enhanced/files/pkg-install.in index 295f6e12d188..cb21c88c41a3 100644 --- a/astro/boinc-setiathome-enhanced/files/pkg-install.in +++ b/astro/boinc-setiathome-enhanced/files/pkg-install.in @@ -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 |