mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=12176
This commit is contained in:
parent
0d8d56e291
commit
197471b3a1
|
@ -104,7 +104,7 @@ chmod -R u+rw-s,g+r-w-s,o+r-w .
|
|||
chmod 600 gui_rpc_auth.cfg
|
||||
|
||||
if [ -f switcher/AppStats ] ; then
|
||||
# AppStats application must run setuid root (used in BOINC 5.7 and later)
|
||||
# AppStats application must run setuid root (used in BOINC 5.7 through 5.8.14 only)
|
||||
chown root:${group} switcher/AppStats
|
||||
chmod 4550 switcher/AppStats
|
||||
fi
|
||||
|
|
|
@ -198,7 +198,7 @@ if [ -d slots ] ; then
|
|||
update_nested_dirs slots
|
||||
fi
|
||||
|
||||
# AppStats application must run setuid root (used in BOINC 5.7 and later)
|
||||
# AppStats application must run setuid root (used in BOINC 5.7 through 5.8.14 only)
|
||||
if [ -f switcher/AppStats ] ; then
|
||||
set_perm switcher/AppStats root boinc_master 4550
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue