diff --git a/clientgui/ViewResources.cpp b/clientgui/ViewResources.cpp index 85069e5716..387d32b89f 100644 --- a/clientgui/ViewResources.cpp +++ b/clientgui/ViewResources.cpp @@ -75,7 +75,7 @@ CViewResources::CViewResources(wxNotebook* pNotebook) : BITMAP_TIPSHEADER = SECTION_TIPS + wxT(".xpm"); LINKDESC_DEFAULT = - _("No available options currently defined."); + _("No available commands"); // diff --git a/clientgui/ViewStatistics.cpp b/clientgui/ViewStatistics.cpp index 0d87347251..39540e3ba3 100644 --- a/clientgui/ViewStatistics.cpp +++ b/clientgui/ViewStatistics.cpp @@ -330,7 +330,7 @@ CViewStatistics::CViewStatistics(wxNotebook* pNotebook) : BITMAP_TIPSHEADER = SECTION_TIPS + wxT(".xpm"); LINKDESC_DEFAULT = - _("No available options currently defined."); + _("No available commands"); LINK_TASKUSERTOTAL = SECTION_TASK + wxT("user_total"); diff --git a/doc/build.php b/doc/build.php index f12f61bf12..8ad716783e 100644 --- a/doc/build.php +++ b/doc/build.php @@ -172,6 +172,21 @@ DefaultType application/octet-stream Suppose Apache runs as user 'apache' and BOINC daemons runs as user 'boincadm'. Directories created by apache need to be writeable to boincadm. +This can be done in any of several ways: +
+ apache:x:48: ++becomes: +
+ apache:x:48:boincadm +Add these two lines to the beginning of the apache start script (called apachectl, usually in /usr/sbin on linux):
@@ -180,20 +195,10 @@ Add these two lines to the beginning of the apache start scriptApache will need to be stopped/restarted for this to take effect. -
-You also need to edit /etc/group so that boincadm belongs -to group apache, i.e. the line: -
- apache:x:48: --becomes: -
-apache:x:48:boincadm -- Now any file apache creates should have group writeable permissions (thanks to the umask) and user boincadm, who now belongs to group apache, should be able to update/delete these files. +