Improve pkg-message

-	Fix some whitespace issues
-	Suggest the user to configure their user name and team ID. [1]
-	Link to a website where statistics are updated more often.

Suggested by:	netchild [1]
This commit is contained in:
Mateusz Piotrowski 2020-03-22 16:55:37 +00:00
parent 8001e1d29d
commit 60d93648be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528927

View File

@ -10,11 +10,14 @@ Here is a list of steps to quickly get started with Folding@home on FreeBSD:
2. Mount linsysfs(5) in /compat/linux/sys.
3. Enable the fahclient service:
3. Consider setting the user name and the team ID (e.g., "11743")
in %%FAHCLIENT_CONFIG_XML%%.
4. Enable the fahclient service:
sysrc fahclient_enable="YES"
4. Start the service:
5. Start the service:
service fahclient start
@ -28,7 +31,7 @@ Additional notes
service fahclient log
- The default working directory for fahclient is %%FAHCLIENT_WORK_DIR%%.
- The default working directory for fahclient is %%FAHCLIENT_WORK_DIR%%.
In order to function properly, fahclient requires its working directory
to be on a partition/dataset with execute permissions on. For example
if /var/db is on a ZFS dataset with exec=off, then %%FAHCLIENT_WORK_DIR%%
@ -37,15 +40,15 @@ Additional notes
Note, that usually the permissions are on unless the system
configuration was modified by the administrator.
- The ID of the FreeBSD team is 11743. In order to join
the team add the following line to %%FAHCLIENT_CONFIG_XML%%:
- The ID of the FreeBSD team is 11743. In order to join the team
add the following line to %%FAHCLIENT_CONFIG_XML%%:
<team value="11743"/>
The service has to be restarted to pick up the change.
Statistics for the FreeBSD team can be viewed here:
https://apps.foldingathome.org/teamstats/team11743.html
https://stats.foldingathome.org/team/11743
- More information about configuring and running the Folding@home
software is available on those websites: