diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-16 13:46:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-16 13:46:30 +0000 |
commit | c4e07de9743df4ac9fc2ad8ecaba13f757a19362 (patch) | |
tree | 4613271f235ab518ed00c189fc7b05f366c8df97 /astro/boinc-astropulse/files | |
parent | - Remove astro/boinc-einsteinathome, it has been IGNORE'd for two years. (diff) |
- Adjust BOINC_* variables to be consistent with new system in boinc-client
Notes
Notes:
svn path=/head/; revision=296773
Diffstat (limited to 'astro/boinc-astropulse/files')
-rw-r--r-- | astro/boinc-astropulse/files/pkg-deinstall.in | 2 | ||||
-rw-r--r-- | astro/boinc-astropulse/files/pkg-install.in | 4 | ||||
-rw-r--r-- | astro/boinc-astropulse/files/pkg-message.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/astro/boinc-astropulse/files/pkg-deinstall.in b/astro/boinc-astropulse/files/pkg-deinstall.in index eea6751836ca..b6ee2e66ab23 100644 --- a/astro/boinc-astropulse/files/pkg-deinstall.in +++ b/astro/boinc-astropulse/files/pkg-deinstall.in @@ -6,7 +6,7 @@ if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi -F=%%BOINC_HOME%%/projects/%%SETI_SITE%%/app_info.xml +F=%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/app_info.xml echo Removing astropulse_v6 lines from $F l=`grep -n "<name>astropulse_v6</name>" $F | cut -f 1 -d :` diff --git a/astro/boinc-astropulse/files/pkg-install.in b/astro/boinc-astropulse/files/pkg-install.in index 58f14f9ee5d6..c0cf7074d23c 100644 --- a/astro/boinc-astropulse/files/pkg-install.in +++ b/astro/boinc-astropulse/files/pkg-install.in @@ -6,13 +6,13 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0 fi -F=%%BOINC_HOME%%/projects/%%SETI_SITE%%/app_info.xml +F=%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/app_info.xml if [ ! -f $F ]; then echo Creating new $F echo "<app_info>" > $F echo "</app_info>" >> $F - chown %%BOINC_USER%%:%%BOINC_GROUP%% $F + chown %%BOINC_CLIENT_USER%%:%%BOINC_CLIENT_GROUP%% $F fi echo Adding astropulse_v6 lines to $F diff --git a/astro/boinc-astropulse/files/pkg-message.in b/astro/boinc-astropulse/files/pkg-message.in index bd1753e985c5..050aa6363e8a 100644 --- a/astro/boinc-astropulse/files/pkg-message.in +++ b/astro/boinc-astropulse/files/pkg-message.in @@ -11,6 +11,6 @@ MANUAL INSTALLATION *) Or get your account key at http://%%SETI_SITE%%/get_passwd.php *) Attach to the project: - cd %%BOINC_HOME%% + cd %%BOINC_CLIENT_HOME%% boinc_cmd --project_attach %%SETI_SITE%% <account key> ***************************************************************************** |