*** empty log message ***

svn path=/trunk/boinc/; revision=11191
This commit is contained in:
Charlie Fenton 2006-09-26 00:11:44 +00:00
parent b3ca5f6a7e
commit 2074fda989
1 changed files with 7 additions and 2 deletions

View File

@ -770,8 +770,13 @@ int main(int argc, char** argv) {
"File ownership or permissions are set in a way that\n"
"does not allow sandboxed execution of BOINC applications.\n"
"To use BOINC anyway, use the -insecure command line option.\n"
"To change ownership/permission, reinstall BOINC or run\n"
" the shell script Mac_SA_Secure.sh.\n"
"To change ownership/permission, reinstall BOINC"
#ifdef __APPLE__
" or run\n the shell script Mac_SA_Secure.sh"
#elif defined linux
" or run\n the shell script secure.sh"
#endif
".\n"
);
return ERR_USER_PERMISSION;
}