mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=12164
This commit is contained in:
parent
8e3a02cbb5
commit
7a7deec012
|
@ -25,6 +25,11 @@
|
||||||
# - Set file/dir ownership to the specified user and group
|
# - Set file/dir ownership to the specified user and group
|
||||||
# - Remove BOINC groups and users
|
# - Remove BOINC groups and users
|
||||||
#
|
#
|
||||||
|
# IMPORTANT NOTE: earlier versions of the Mac_SA_Insecure.sh and
|
||||||
|
# Mac_SA_Secure.sh scripts had serious problems when run under OS 10.3.x.
|
||||||
|
# They sometimes created bad users and groups with IDs that were duplicates
|
||||||
|
# of other users and groups. They ran correctly under OS 10.4.x
|
||||||
|
#
|
||||||
# If you ran an older version of either script under OS 10.3.x, you should
|
# If you ran an older version of either script under OS 10.3.x, you should
|
||||||
# first run the current version of Mac_SA_Insecure.sh to delete the bad
|
# first run the current version of Mac_SA_Insecure.sh to delete the bad
|
||||||
# entries and then run Mac_SA_Secure.sh to create new good entries.
|
# entries and then run Mac_SA_Secure.sh to create new good entries.
|
||||||
|
@ -34,11 +39,6 @@
|
||||||
# cd {path_to_boinc_directory}
|
# cd {path_to_boinc_directory}
|
||||||
# sudo sh {path}/Mac_SA_Insecure.sh user group
|
# sudo sh {path}/Mac_SA_Insecure.sh user group
|
||||||
#
|
#
|
||||||
# IMPORTANT NOTE: earlier versions of the Mac_SA_Insecure.sh and
|
|
||||||
# Mac_SA_Secure.sh scripts had serious problems when run under OS 10.3.x.
|
|
||||||
# They sometimes created bad users and groups with IDs that were duplicates
|
|
||||||
# of other users and groups. They ran correctly under OS 10.4.x
|
|
||||||
#
|
|
||||||
# After running this script, the boinc client must be run with
|
# After running this script, the boinc client must be run with
|
||||||
# the --insecure option.
|
# the --insecure option.
|
||||||
# NOTE: running BOINC with security disabled is not recommended.
|
# NOTE: running BOINC with security disabled is not recommended.
|
||||||
|
|
Loading…
Reference in New Issue