The install notes provided by /usr/ports/astro/boinc-setiathome-enhanced/files/pkg-message.in after installing the port prints the incorrect command boinc_cmd, whereas the port itself installs the program boinccmd. Below is a copy of the message. ***************************************************************************** ATTACHING PROJECT Just run boinc_gui (if installed), choose Attach, and follow instructions. Project URL is setiathome.berkeley.edu MANUAL INSTALLATION *) If this is your first time in any BOINC project, create a new account at http://setiathome.berkeley.edu/create_account_form.php *) Or get your account key at http://setiathome.berkeley.edu/get_passwd.php *) Attach to the project: cd /var/db/boinc boinc_cmd --project_attach setiathome.berkeley.edu <account key> ***************************************************************************** Fix: Change the "Attach to the project:" command to read boinccmd --project_attach setiathome.berkeley.edu <account key> How-To-Repeat: Install or re-install the port.
Responsible Changed From-To: freebsd-ports-bugs->rene Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks
Author: rene Date: Sat Apr 27 09:33:05 2013 New Revision: 316657 URL: http://svnweb.freebsd.org/changeset/ports/316657 Log: Fix instructions in pkg-message. PR: ports/178195 Submitted by: Nicholas Godson <resistor@peakusage.net> Modified: head/astro/boinc-astropulse/files/pkg-message.in (contents, props changed) head/astro/boinc-setiathome-enhanced/files/pkg-message.in (contents, props changed) Modified: head/astro/boinc-astropulse/files/pkg-message.in ============================================================================== --- head/astro/boinc-astropulse/files/pkg-message.in Sat Apr 27 09:16:55 2013 (r316656) +++ head/astro/boinc-astropulse/files/pkg-message.in Sat Apr 27 09:33:05 2013 (r316657) @@ -12,5 +12,5 @@ MANUAL INSTALLATION *) Attach to the project: cd %%BOINC_CLIENT_HOME%% - boinc_cmd --project_attach %%SETI_SITE%% <account key> + boinccmd --project_attach %%SETI_SITE%% <account key> ***************************************************************************** Modified: head/astro/boinc-setiathome-enhanced/files/pkg-message.in ============================================================================== --- head/astro/boinc-setiathome-enhanced/files/pkg-message.in Sat Apr 27 09:16:55 2013 (r316656) +++ head/astro/boinc-setiathome-enhanced/files/pkg-message.in Sat Apr 27 09:33:05 2013 (r316657) @@ -12,5 +12,5 @@ MANUAL INSTALLATION *) Attach to the project: cd %%BOINC_CLIENT_HOME%% - boinc_cmd --project_attach %%SETI_SITE%% <account key> + boinccmd --project_attach %%SETI_SITE%% <account key> ***************************************************************************** _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"